From: Stefano Lattarini Date: Sun, 19 May 2013 20:10:23 +0000 (+0200) Subject: tests: fix a spurious failure on NetBSD 5.1 X-Git-Tag: v1.13b~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9b02e8a2bbece3b14ce3dfbe8afcc9664018fc;p=thirdparty%2Fautomake.git tests: fix a spurious failure on NetBSD 5.1 * t/dist-shar.sh ($required): Also require the 'unshar' program. Apparently, NetBSD has a 'shar' program but not the corresponding 'unshar' one. Signed-off-by: Stefano Lattarini --- diff --git a/t/dist-shar.sh b/t/dist-shar.sh index cd0442552..2265fd996 100644 --- a/t/dist-shar.sh +++ b/t/dist-shar.sh @@ -16,7 +16,7 @@ # Check support for no-dist-gzip with dist-shar. -required=shar +required='shar unshar' . test-init.sh errmsg='support for shar .*deprecated'