>From b04dd8bc2e2467041345828897c936e5c06d3787 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Fri, 2 Mar 2012 21:53:52 +0100 Subject: [PATCH] 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. --- tests/java-uninstall.test | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tests/java-uninstall.test b/tests/java-uninstall.test index 7b0cdc6..fb6bfa1 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 -- 1.7.9