Message ID | ee1d17b6f4956c0638cb7faa6f9c92b7bf3c25ac.1697709904.git.fdmanana@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs/298: fix failure when added device supports trim | expand |
LGTM
Reviewed-by: Anand Jain <anand.jain@oracle.com>
diff --git a/tests/btrfs/298 b/tests/btrfs/298 index d5536cf3..0cea81d0 100755 --- a/tests/btrfs/298 +++ b/tests/btrfs/298 @@ -25,7 +25,7 @@ _scratch_mkfs "-b 300M" >> $seqres.full 2>&1 || \ _fail "Fail to make SCRATCH_DEV with -b 300M" $BTRFS_TUNE_PROG -S 1 $SCRATCH_DEV _scratch_mount >> $seqres.full 2>&1 -$BTRFS_UTIL_PROG device add $SPARE_DEV $SCRATCH_MNT +$BTRFS_UTIL_PROG device add $SPARE_DEV $SCRATCH_MNT >> $seqres.full _scratch_unmount $BTRFS_UTIL_PROG device scan --forget