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
@@ -148,7 +148,7 @@ _test_replace()
|
||||
_devmgt_remove ${DEVHTL} $ds
|
||||
dev_removed=1
|
||||
|
||||
$BTRFS_UTIL_PROG fi show $SCRATCH_DEV | grep "Some devices missing" >> $seqres.full || _fail \
|
||||
$BTRFS_UTIL_PROG filesystem show $SCRATCH_DEV | grep "Some devices missing" >> $seqres.full || _fail \
|
||||
"btrfs did not report device missing"
|
||||
|
||||
# add a new disk to btrfs
|
||||
|
||||
Reference in New Issue
Block a user