12 lines
551 B
Diff
12 lines
551 B
Diff
|
diff -urN squid-3.2.11.old/helpers/basic_auth/DB/config.test squid-3.2.11/helpers/basic_auth/DB/config.test
|
||
|
--- squid-3.2.11.old/helpers/basic_auth/DB/config.test 2013-07-25 12:15:59.645954336 +0200
|
||
|
+++ squid-3.2.11/helpers/basic_auth/DB/config.test 2013-07-25 12:16:26.881955259 +0200
|
||
|
@@ -2,6 +2,6 @@
|
||
|
|
||
|
## Test: do we have perl to build the helper scripts?
|
||
|
## Test: do we have pod2man to build the manual?
|
||
|
-perl --version >/dev/null && echo | pod2man >/dev/null
|
||
|
+perl --version >/dev/null && echo =encoding US-ASCII | pod2man >/dev/null
|
||
|
|
||
|
exit $?
|