chiark / gitweb /
Testing: Increase timeout
[cgi-auth-flexible.git] / tests / wrap
index 937820f4a7c129299c2a088daf91204805700ea3..c401f5738b5c8062637cb6a4543a288684922d77 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 set -e
 cd "$CAFTEST_CAF"
-exec 2>>tests/tmp/log
+exec 2>>tests/tmp/wrap.log
 export HTTP_COOKIE=$(cat "tests/tmp/cookie")
-export CAFTEST_URL=file:///cgi-bin/wrap
+export CAFTEST_URLBASE=file:///
 tests/cgi "$@" | perl -pe '
     next if m/^$/..0;
     next unless m/Set-Cookie: (\w+=[^; ]+)/;