diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-05 21:46:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-05 21:46:17 +0100 |
commit | 21deb068f8adbd0a3f8727a898a0bd94c558031b (patch) | |
tree | ccb571239bfe4dfb475beefb25bf2e53e3506cb9 /test/Makefile.in | |
parent | 5dec5c7c0e98805bf8f345fe16b36ba676f24c4b (diff) |
Testsuite: unbreak use of explicit stderr on BSDs
Broken-by: 09b9a4dfe0e5
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index dfa67bd38..c0013ba42 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -29,6 +29,7 @@ binaries: $(BINARIES) sysbinaries: FORCE binaries bin/locate initdb postgres pg_ctl psql mysqld mysql + test -e /dev/stderr || ln -s /proc/sys/fd/2 bin.sys/stderr && ln -s /dev/stderr bin.sys/stderr ls -la bin.sys # Compile and link the programs: |