]> sourceware.org Git - automake.git/commitdiff
Removed the "SKIP:" message.
authorTim Van Holder <tim.van.holder@pandora.be>
Sun, 22 Jul 2001 00:27:52 +0000 (00:27 +0000)
committerTim Van Holder <tim.van.holder@pandora.be>
Sun, 22 Jul 2001 00:27:52 +0000 (00:27 +0000)
tests/install2.test

index 31ec840c16a7127901803e3293bf3463a2079576..1d5d60824d31511178d5bf14c823d455182f6321 100755 (executable)
@@ -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.
This page took 0.029843 seconds and 5 git commands to generate.