]> git.ipfire.org Git - thirdparty/automake.git/commit
tap: close fd 3 before invoking the test script
authorRichard Hansen <rhansen@rhansen.org>
Mon, 3 Feb 2025 23:26:55 +0000 (18:26 -0500)
committerKarl Berry <karl@freefriends.org>
Sun, 23 Feb 2025 01:36:59 +0000 (17:36 -0800)
commit68091961a7ea1870fcfb5220207c95d0727e70f9
tree278782644d19647438b031ef8a087c14189223e7
parent997227ca9013f019ecfc29c83e41bd926cf4037d
tap: close fd 3 before invoking the test script

* lib/tap-driver.sh: Close file descriptor 3 before invoking the test
script to avoid potential conflicts with the test script.
lib/tap-driver.sh