From: Stefano Lattarini Date: Fri, 2 Mar 2012 20:53:52 +0000 (+0100) Subject: tests: fix spurious failure on case-insensitive file systems X-Git-Tag: v1.11b~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec47213f8b9d1e477845c81b8621fed78f2e99bc;p=thirdparty%2Fautomake.git tests: fix spurious failure on case-insensitive file systems See automake bug#10866. * tests/java-uninstall.test: Relax the test a little to cater to case-insensitive file systems, like HFS+ on MacOS X. --- diff --git a/tests/java-uninstall.test b/tests/java-uninstall.test index 7b0cdc60b..fb6bfa1be 100755 --- a/tests/java-uninstall.test +++ b/tests/java-uninstall.test @@ -69,7 +69,6 @@ check_uninstallation() test -f $javadir/Foo.class test -f $javadir/Bar.class test -f $javadir/xClass.class - test -f $javadir/aclass.class } $MAKE @@ -78,7 +77,6 @@ $MAKE install : > $javadir/Foo.class : > $javadir/Bar.class : > $javadir/xClass.class -: > $javadir/aclass.class ls -l $javadir $MAKE uninstall ls -l $javadir