diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2012-03-12 22:05:50 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2012-03-12 22:05:50 +0000 |
| commit | 7ff032da3a667f0a8fc8017289def69219ab4062 (patch) | |
| tree | be9cd609cbf1c13e5bc2f3b9f3cc507f69b6637d /tools/test | |
| parent | 3622eac90d9e00db801c4e99d25be41bbdc0138f (diff) | |
Notes
Diffstat (limited to 'tools/test')
| -rwxr-xr-x | tools/test/netfibs/initiator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/netfibs/initiator.sh b/tools/test/netfibs/initiator.sh index d64c5eedc6d50..3a409a7da1bc9 100755 --- a/tools/test/netfibs/initiator.sh +++ b/tools/test/netfibs/initiator.sh @@ -410,7 +410,7 @@ testtx_ulp6_connected() *) _f="SETFIB" ;; esac - if test "${_o}" == "-i" -a "${_f}" == "SO_SETFIB"; then + if test "${_o}" = "-i" -a "${_f}" = "SO_SETFIB"; then print_debug "Skipping icmp6 tests for SO_SETFIB." return 0 fi |
