From: Amos Jeffries Date: Sun, 2 Nov 2008 23:04:15 +0000 (+1300) Subject: Fix test abort slipped in X-Git-Tag: SQUID_3_2_0_1~1354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc779b8f3c6f65541f93e743994d8dae284a0905;p=thirdparty%2Fsquid.git Fix test abort slipped in --- diff --git a/helpers/negotiate_auth/squid_kerb_auth/config.test b/helpers/negotiate_auth/squid_kerb_auth/config.test index 3f1b266fea..fd70e416d3 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/config.test +++ b/helpers/negotiate_auth/squid_kerb_auth/config.test @@ -3,5 +3,4 @@ if [[ -f /usr/include/gssapi/gssapi.h || -f /usr/include/gssapi.h ]]; then exit 1 fi -# AYJ: test, force an abort. -exit 1 +exit 0