From: Jeremy Harris Date: Wed, 6 Sep 2023 12:44:24 +0000 (+0100) Subject: Testsuite: typo X-Git-Tag: exim-4.97-RC0~6 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/0a4c166645a4b3a0112f59ccf1ee2890b98afe54 Testsuite: typo --- diff --git a/test/Makefile.in b/test/Makefile.in index 90d6892f7..4c09ce318 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -30,7 +30,7 @@ binaries: $(BINARIES) sysbinaries: FORCE binaries rm -f bin.sys/* bin/locate initdb postgres pg_ctl psql mysqld mysql - if [ -e /dev/stderr ]; then ln -s /dev/stderr bin.sys/stderr; else ln -s /proc/sys/fd/2 bin.sys/stderr; fi + if [ -e /dev/stderr ]; then ln -s /dev/stderr bin.sys/stderr; else ln -s /proc/self/fd/2 bin.sys/stderr; fi ls -la bin.sys # Compile and link the programs: