diff --git a/test_sh_quote b/test_sh_quote index 4d42108..dc5d0ca 100755 --- a/test_sh_quote +++ b/test_sh_quote @@ -3,7 +3,7 @@ PROG=${1:-./sh_quote} run_test() { r=$($PROG "$2"|sed 's/^ *//;s/ *$//') - if test "$r" == "$3"; then + if test "$r" = "$3"; then echo PASS "$1" else echo FAIL "$1"