* 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 <stefano.lattar...@gmail.com> --- 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 cd04425..2265fd9 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' -- 1.8.3.rc2