summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-07-11 21:49:58 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-07-11 21:49:58 -0400
commit27e8b63f55650c14260174c0443feebd865f57f0 (patch)
treed75b1147f55ad8cae00ef75ea384af056448b5ac
parent3335751ae252c085e9575557acb9bd99268992c0 (diff)
tests/bcachefs/replication: pass -t bcachefs to mount
This is needed or we get random mount failures when running a kernel with all the filesystems enabled. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
-rwxr-xr-xtests/bcachefs/replication.ktest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcachefs/replication.ktest b/tests/bcachefs/replication.ktest
index eaab3a3..0bd6503 100755
--- a/tests/bcachefs/replication.ktest
+++ b/tests/bcachefs/replication.ktest
@@ -237,7 +237,7 @@ test_device_add()
--no_initialize \
/dev/sdb
- mount /dev/sdb /mnt
+ mount -t bcachefs /dev/sdb /mnt
run_fio_randrw >"$ktest_out/fio-out" 2>&1 &
local fiopid=$!