summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-gae/server-test
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/samples/store-gae/server-test')
-rwxr-xr-xsca-cpp/trunk/samples/store-gae/server-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-gae/server-test b/sca-cpp/trunk/samples/store-gae/server-test
index 8dcb444418..2235811556 100755
--- a/sca-cpp/trunk/samples/store-gae/server-test
+++ b/sca-cpp/trunk/samples/store-gae/server-test
@@ -26,6 +26,7 @@ curl_prefix=`cat $here/../../modules/http/curl.prefix`
sleep 2
# Test HTTP GET (with authentication)
+rm -rf tmp
mkdir -p tmp
$curl_prefix/bin/curl -L -c tmp/cookies.txt -b tmp/cookies.txt "http://localhost:8090/_ah/login?email=test@example.com&action=Login&continue=http://localhost:8090/" 2>/dev/null >tmp/index.html
diff tmp/index.html htdocs/index.html