]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Fix a ls invocation in test 069.
authorNathan Scott <nathans@sgi.com>
Thu, 15 Jun 2006 04:02:43 +0000 (04:02 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 15 Jun 2006 04:02:43 +0000 (04:02 +0000)
Merge of master-melb:xfs-cmds:26245a by kenmcd.

069

diff --git a/069 b/069
index cb2df765db924615886a61fb225d872b98bdcbef..11efd98601dac2c8c91ef3ce442f11e0dea4d12e 100755 (executable)
--- a/069
+++ b/069
@@ -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