summaryrefslogtreecommitdiff
path: root/t/aclocal-path-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-path-install.sh')
-rwxr-xr-xt/aclocal-path-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/aclocal-path-install.sh b/t/aclocal-path-install.sh
index b03f28ed3..4ed1a2c27 100755
--- a/t/aclocal-path-install.sh
+++ b/t/aclocal-path-install.sh
@@ -42,7 +42,7 @@ END
$ACLOCAL --install 2>stderr && { cat stderr >&2; exit 1; }
cat stderr >&2
grep ' no -I was supplied' stderr
-test ! -f pdir/foo.m4
+test ! -e pdir/foo.m4
# The '--install' option should cause a required macro found in a
# directory specified in ACLOCAL_PATH to be installed locally.