From e04d31c1b3eef1f1e26936e960da86c081981343 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Oct 2015 18:07:42 +0000 Subject: [PATCH] Testing: write wrap's log to wrap.log Signed-off-by: Ian Jackson --- tests/wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wrap b/tests/wrap index 937820f..fefbef4 100755 --- a/tests/wrap +++ b/tests/wrap @@ -1,7 +1,7 @@ #!/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 tests/cgi "$@" | perl -pe ' -- 2.30.2