From 7ff032da3a667f0a8fc8017289def69219ab4062 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 12 Mar 2012 22:05:50 +0000 Subject: MFC r232609: Use = rather than == for expressions to test(1) builtin(1) in sh(1) to comply with standards. On modern branches there is an undocumented alias (see r219084) but on stable/7 this is still an error. Sponsored by: Cisco Systems, Inc. --- tools/test/netfibs/initiator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test') 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 -- cgit v1.3