mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: clean command names in btrfs tests
- expand shortened command names - use $BTRFS_UTIL_PROG instead of 'btrfs' - fix test 024 header number Signed-off-by: David Sterba <dsterba@suse.cz> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
586a06c5b9
commit
1ed9046c3f
+1
-1
@@ -54,7 +54,7 @@ _scratch_mkfs > /dev/null 2>&1
|
||||
_scratch_mount -o ro
|
||||
_scratch_mount -o rw,remount
|
||||
|
||||
$BTRFS_UTIL_PROG sub snap $SCRATCH_MNT $SCRATCH_MNT/snap >> $seqres.full 2>&1 \
|
||||
$BTRFS_UTIL_PROG subvolume snapshot $SCRATCH_MNT $SCRATCH_MNT/snap >> $seqres.full 2>&1 \
|
||||
|| _fail "couldn't create snapshot"
|
||||
|
||||
echo "Silence is golden"
|
||||
|
||||
Reference in New Issue
Block a user