summaryrefslogtreecommitdiff
path: root/t/get-sysconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/get-sysconf.sh')
-rw-r--r--t/get-sysconf.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh
index 016e60491..f448e8585 100644
--- a/t/get-sysconf.sh
+++ b/t/get-sysconf.sh
@@ -48,8 +48,10 @@ $PERL -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' || :
$AUTOCONF --version
$AUTOCONF --help
-libtoolize --version
-libtoolize --help
+
+# It's OK if libtool is missing, as the relevant tests skip.
+libtoolize --version || :
+libtoolize --help || :
# It's OK if the selected Lex and Yacc programs don't know how to print
# the version number or the help screen; those are usually available only