summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-01-18 22:55:15 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-01-18 22:55:15 +0100
commit50936073b7f81a4ca991809d02c77f6fd7813c80 (patch)
treed4cdd774ea41a40332562f603f129423c63f3645 /test/Makefile.in
parente7ae83be731ad82537bc906560e91f29b81be088 (diff)
downloadexim4-50936073b7f81a4ca991809d02c77f6fd7813c80.tar.gz
Testsuite: Try harder to locate the tools
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 0f229a2cc..edcc4ab78 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -27,7 +27,7 @@ all: binaries sysbinaries
binaries: $(BINARIES)
sysbinaries: FORCE binaries
- sh -x bin/locate initdb postgres pg_ctl mysqld
+ bin/locate initdb postgres pg_ctl mysqld
ls -la bin.sys
# Compile and link the programs:
@@ -82,7 +82,7 @@ bin/showids: $(SRC)/showids.c Makefile
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/showids $(SRC)/showids.c
bin/locate: $(SRC)/locate.sh Makefile
- cp $(SRC)/locate.sh bin/locate
+ cp $(SRC)/locate.pl bin/locate
chmod 0755 bin/locate
clean:; rm -rf $(BINARIES) bin.sys