Skip to content

Commit 356567e

Browse files
authored
Backport tests/env/env.sh for better multicall support (#10337)
1 parent d7ed3c6 commit 356567e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

util/fetch-gnu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ sed -i -e 's/no-mtab-status.sh/no-mtab-status-masked-proc.sh/' -e 's/nproc-quota
1616
curl -L ${repo}/raw/refs/heads/master/tests/df/no-mtab-status-masked-proc.sh > tests/df/no-mtab-status-masked-proc.sh
1717
curl -L ${repo}/raw/refs/heads/master/tests/nproc/nproc-quota-systemd.sh > tests/nproc/nproc-quota-systemd.sh
1818
curl -L ${repo}/raw/refs/heads/master/tests/stty/bad-speed.sh > tests/stty/bad-speed.sh
19+
# Better support for single binary
20+
curl -L ${repo}/raw/refs/heads/master/tests/env/env.sh > tests/env/env.sh
1921
# Avoid incorrect PASS
2022
curl -L ${repo}/raw/refs/heads/master/tests/runcon/runcon-compute.sh > tests/runcon/runcon-compute.sh
2123
curl -L ${repo}/raw/refs/heads/master/tests/tac/tac-continue.sh > tests/tac/tac-continue.sh

0 commit comments

Comments
 (0)