summaryrefslogtreecommitdiff
path: root/tests/generic/493
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic/493')
-rwxr-xr-xtests/generic/4932
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/493 b/tests/generic/493
index a26a908d..c2fd72f6 100755
--- a/tests/generic/493
+++ b/tests/generic/493
@@ -27,7 +27,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"
touch "$testdir/file2"