summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2020-01-09 09:08:26 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2020-01-09 09:08:26 +0100
commit0a0cd57d5fa9006919ef3914bfc190644204d37a (patch)
tree4b5939814224129bd1df14827e0eb8a951ed5f95
parenta61b4a547ba20fd85e489702398c7efc4b12b299 (diff)
downloadmod_authnz_pam-0a0cd57d5fa9006919ef3914bfc190644204d37a.tar.gz
mod_authnz_pam-0a0cd57d5fa9006919ef3914bfc190644204d37a.tar.xz
mod_authnz_pam-0a0cd57d5fa9006919ef3914bfc190644204d37a.zip
Signal success in the output, not just with exit status.
-rwxr-xr-xtests/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 6b5ea4e..a65f986 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -39,3 +39,5 @@ if rpm -ql httpd | grep mod_authn_socache ; then
sleep 11
curl -u bob:Secret -s -D /dev/stdout -o /dev/null http://localhost/authn-cached | tee /dev/stderr | grep 401
fi
+
+echo OK $0.