aboutsummaryrefslogtreecommitdiff
path: root/testcurl.sh
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-21 10:33:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-21 10:33:29 +0000
commit838e776542150e2ed4881d3fbf4df674cdd4758c (patch)
tree9615f16839c097bdb143a2ece868a677412ba046 /testcurl.sh
parent39c12790bcaa208cf36031a9b20aad3e6cc52cef (diff)
use 'make test-full' instead of only 'make test' as it gives a lot of more
info in case of failures
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-xtestcurl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 32c10b89d..25dd9ed6d 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -18,8 +18,8 @@ version=1
fixed=0
die(){
- echo "testcurl: ENDING HERE"
- exit 1
+ echo "testcurl: ENDING HERE"
+ exit 1
}
if [ -f setup ]; then