summaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-05-08 02:42:15 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-05-08 02:42:15 +0000
commitdeed14f4518b6146be591a7a8112bafea3cf65c9 (patch)
tree97cc9d77ae9b297e7b4eca55965048bb8a5571f4 /tests/sys
parente961db83e5f6cc5e68065c540df3c1466c72c340 (diff)
downloadsrc-test2-deed14f4518b6146be591a7a8112bafea3cf65c9.tar.gz
src-test2-deed14f4518b6146be591a7a8112bafea3cf65c9.zip
Notes
Diffstat (limited to 'tests/sys')
-rwxr-xr-xtests/sys/geom/class/multipath/misc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/geom/class/multipath/misc.sh b/tests/sys/geom/class/multipath/misc.sh
index 657ff8e617ed..583434e1cfa5 100755
--- a/tests/sys/geom/class/multipath/misc.sh
+++ b/tests/sys/geom/class/multipath/misc.sh
@@ -186,7 +186,7 @@ fail_on_error_body()
atf_check -s exit:0 gmultipath create "$name" ${md0}.nop ${md1}.nop
# The first I/O to the first path should fail, causing gmultipath to
# fail over to the second path.
- atf_check gnop configure -q 100 -r 100 -w 100 -x 100 ${md0}.nop
+ atf_check gnop configure -r 100 -w 100 ${md0}.nop
atf_check -s exit:0 -o ignore -e ignore dd if=/dev/zero of=/dev/multipath/"$name" bs=4096 count=1
check_multipath_state ${md1}.nop "DEGRADED" "FAIL" "ACTIVE"
}