xfs/300: redirect mkfs output to results/xfs directory
authorXing Gu <gux.fnst@cn.fujitsu.com>
Wed, 13 Aug 2014 01:00:43 +0000 (11:00 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 13 Aug 2014 01:00:43 +0000 (11:00 +1000)
Signed-off-by: Xing Gu <gux.fnst@cn.fujitsu.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/xfs/300

index 0958f76a728284402bc9a7407308cb464df1c5bc..db83fd4e925d09fff1266329a1396f784a4434c9 100755 (executable)
@@ -51,7 +51,7 @@ getenforce | grep -q "Enforcing\|Permissive" || _notrun "SELinux not enabled"
 
 rm -f $seqres.full
 
-_scratch_mkfs_xfs -i size=256 >> $seq.full 2>&1 || _fail "mkfs failed"
+_scratch_mkfs_xfs -i size=256 >> $seqres.full 2>&1 || _fail "mkfs failed"
 
 # Manually mount to avoid fs-wide context set by default in xfstests
 mount $SCRATCH_DEV $SCRATCH_MNT