automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} tests: fix a spurious failure on NetBSD 5.1


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix a spurious failure on NetBSD 5.1
Date: Sun, 19 May 2013 22:11:54 +0200

* 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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]