mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix a ls invocation in test 069.
Merge of master-melb:xfs-cmds:26245a by kenmcd.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user