mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo
Reported by: swills Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2dbc9a388e
commit
38dac71d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue