summaryrefslogtreecommitdiff
path: root/t/ax/tap-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ax/tap-setup.sh')
-rw-r--r--t/ax/tap-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ax/tap-setup.sh b/t/ax/tap-setup.sh
index 6955c86a0..3c992a388 100644
--- a/t/ax/tap-setup.sh
+++ b/t/ax/tap-setup.sh
@@ -22,7 +22,7 @@
# Check that we are running from a proper directory: last thing we want
# is to overwrite some random user files.
-test -f ../../automake && test -f ../../runtest && test -d ../../t \
+test -f ../../bin/automake && test -f ../../runtest && test -d ../../t \
|| fatal_ "running from a wrong directory"
test ! -f Makefile.am || mv Makefile.am Makefile.am~ \