diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-19 22:10:23 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-19 22:15:14 +0200 |
commit | db9b02e8a2bbece3b14ce3dfbe8afcc9664018fc (patch) | |
tree | 2c14647b5e07db0128a4662bc5e7571344099054 | |
parent | 8f252e4ce02f36ccb06d26fd401a6285b491ae8b (diff) | |
download | automake-db9b02e8a2bbece3b14ce3dfbe8afcc9664018fc.tar.gz |
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 <stefano.lattarini@gmail.com>
-rw-r--r-- | t/dist-shar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' |