Reported by:	swills
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2021-09-29 02:28:01 +08:00
parent 2dbc9a388e
commit 38dac71d0a
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -64,7 +64,7 @@ failloop_body()
atf_check_equal 1 $dd_status
# and triggered 1 or 2 path restores
if [ ! -f restore_count ]; then
atf_fail "dtrace didn't execute succfully"
atf_fail "dtrace didn't execute successfully"
fi
if [ `cat restore_count` -gt 2 ]; then
atf_fail "gmultipath restored paths too many times"