summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index a65f986..a1cbbab 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -11,6 +11,8 @@ for i in $( seq 1 10 ) ; do
sleep 3
done
+rm -f /etc/pam-auth/*
+
echo "Testing Require pam-account"
curl -s -D /dev/stdout -o /dev/null http://localhost/authz | tee /dev/stderr | grep 401
curl -u alice:Tajnost -s -D /dev/stdout -o /dev/null http://localhost/authz | tee /dev/stderr | grep 401