summaryrefslogtreecommitdiff
path: root/tests/generic/494
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic/494')
-rwxr-xr-xtests/generic/4942
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/494 b/tests/generic/494
index 2e14fab8..b41c938d 100755
--- a/tests/generic/494
+++ b/tests/generic/494
@@ -26,7 +26,7 @@ blocks=160
blksz=65536
echo "Initialize file"
-_format_swapfile "$testdir/file1" $((blocks * blksz))
+_format_swapfile "$testdir/file1" $((blocks * blksz)) > /dev/null
swapon "$testdir/file1"
echo "Try to truncate"