From db9b02e8a2bbece3b14ce3dfbe8afcc9664018fc Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 19 May 2013 22:10:23 +0200 Subject: [PATCH] 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 --- t/dist-shar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.2