diff options
| -rw-r--r-- | tests/include.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include.rc b/tests/include.rc index 5d9c96cea0e..938207e58bd 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -102,7 +102,7 @@ function _TEST()  	test_header "$@"; -        if [ "$1"="!" ]; then +        if [ "$1" = "!" ]; then                  redirect="2>&1"          fi  | 
