Fix a ls invocation in test 069.

Merge of master-melb:xfs-cmds:26245a by kenmcd.
This commit is contained in:
Nathan Scott
2006-06-15 04:02:43 +00:00
parent 64e89fe895
commit 84a947f6cb
+2 -2
View File
@@ -33,7 +33,7 @@ umount $SCRATCH_DEV >/dev/null 2>&1
echo "*** mkfs"
_scratch_mkfs >/dev/null || _fail "mkfs failed"
echo "*** mount FS"
_scratch_mount >/dev/null || _fail "mount failed"
@@ -48,7 +48,7 @@ done
cd $here
wait
ls -lh >> $seq.full
ls -lh $SCRATCH_MNT >> $seq.full
echo "*** PIDs file" >> $seq.full
cat $SCRATCH_MNT/pids >> $seq.full