From a5911ca84d92f990745139a8eec1e4fe78a7713a Mon Sep 17 00:00:00 2001 From: Tim Van Holder Date: Sun, 22 Jul 2001 00:27:52 +0000 Subject: [PATCH] Removed the "SKIP:" message. --- tests/install2.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install2.test b/tests/install2.test index 31ec840c1..1d5d60824 100755 --- a/tests/install2.test +++ b/tests/install2.test @@ -30,7 +30,7 @@ $AUTOMAKE -a || exit 1 chmod 000 Makefile.am # On some systems (like DOS and Windows), files are always readable -test -r Makefile.am && { echo "SKIP: $0"; exit 77; } +test -r Makefile.am && exit 77 ./configure || exit 1 # `dist' should fail because we can't copy Makefile.am. -- 2.47.2