diff options
author | Michael Adam <obnox@samba.org> | 2010-02-23 00:17:21 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-23 00:17:21 +0100 |
commit | 7c155634304da03b8ffded928757db1d89d8d8c2 (patch) | |
tree | 2a0137941c649bf189b4701fa206c8893475627f /tests/scripts | |
parent | ee1f1e38f269e570e609256b76df26df44365834 (diff) | |
download | tinyproxy-7c155634304da03b8ffded928757db1d89d8d8c2.tar.gz tinyproxy-7c155634304da03b8ffded928757db1d89d8d8c2.zip |
tests: fix a typo in run_tests.sh
Diffstat (limited to '')
-rwxr-xr-x | tests/scripts/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index b83cff9..7bfda0e 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -159,7 +159,7 @@ run_basic_webclient_request() { if test "x$WEBCLIENT_EXIT_CODE" = "x0" ; then echo " ok" else - echo "ERROR ($EBCLIENT_EXIT_CODE)" + echo "ERROR ($WEBCLIENT_EXIT_CODE)" echo "webclient output:" cat $WEBCLIENT_LOG fi |