diff options
Diffstat (limited to 'tests/misc/base64')
-rwxr-xr-x | tests/misc/base64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/base64 b/tests/misc/base64 index 592d11391..56c5e2427 100755 --- a/tests/misc/base64 +++ b/tests/misc/base64 @@ -20,6 +20,8 @@ : ${PERL=perl} : ${srcdir=.} +PROG=`echo $0|sed 's,.*/,,'`; export PROG + $PERL -e 1 > /dev/null 2>&1 || { echo 1>&2 "$0: configure didn't find a usable version of Perl," \ "so can't run this test" |