From: Nathan Scott Date: Thu, 15 Jun 2006 04:02:43 +0000 (+0000) Subject: Fix a ls invocation in test 069. X-Git-Tag: v1.1.0~636 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=84a947f6cb9c4163908036fe1e74e129530005bc;p=xfstests-dev.git Fix a ls invocation in test 069. Merge of master-melb:xfs-cmds:26245a by kenmcd. --- diff --git a/069 b/069 index cb2df765..11efd986 100755 --- 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