aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-27 12:18:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-27 12:18:00 +0000
commit06bf988dc133faf127d8db778c1dbf5aabc33b9a (patch)
tree309f4bd0819284cb43b5b6ce12feb6c3796badc4
parent55ff4c3f080d11f2ca14290d9fdba7765bd3eb51 (diff)
made it work ;-)
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 2bb207382..c27f0e316 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -116,7 +116,7 @@ cvsup() {
# return (1 - RETURNVALUE) so that errors return 0 while goodness
# returns 1
- return `expr 1 - $?`
+ return `expr 1 - $cvsstat`
}
att="0"