From: Amos Jeffries Date: Fri, 2 Oct 2009 03:13:01 +0000 (+1300) Subject: Add omitted DB/config.test X-Git-Tag: SQUID_3_2_0_1~678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d6894cf1dcc170e2c9bf65d66f9f8d1d183ca9;p=thirdparty%2Fsquid.git Add omitted DB/config.test --- diff --git a/helpers/basic_auth/DB/config.test b/helpers/basic_auth/DB/config.test new file mode 100755 index 0000000000..9b1b1dfc5a --- /dev/null +++ b/helpers/basic_auth/DB/config.test @@ -0,0 +1,7 @@ +#!/bin/sh + +## Test: do we have perl to build the helper scripts? +## Test: do we have pod2man to build the manual? +perl --version >/dev/null && pod2man --help >/dev/null + +exit $?