summaryrefslogtreecommitdiff
path: root/t/java3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/java3.sh')
-rwxr-xr-xt/java3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/java3.sh b/t/java3.sh
index a4652fd55..eab720385 100755
--- a/t/java3.sh
+++ b/t/java3.sh
@@ -49,7 +49,7 @@ ls -l .
find . -name '*.class' | grep . && exit 1
# If we have nothing to install, we shouldn't create any installation
# directory. Related to automake bug#11030.
-test ! -d _inst
+test ! -e _inst
$MAKE uninstall
$MAKE distcheck