Commit 89141ab
committed
fix: symlink TEST_BASH in restricted PATH test (bash 3.2 CI fix)
The PATH augmentation test builds a minimal $rbin directory but only
symlinked 'bash'. In the bash 3.2 CI matrix, TEST_BASH=bash3.2, so
the subshell invocation failed with 'command not found'. Symlink the
TEST_BASH binary too when it differs from 'bash'.1 parent e7ae705 commit 89141ab
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
| 1173 | + | |
1174 | 1174 | | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
1175 | 1178 | | |
1176 | 1179 | | |
1177 | 1180 | | |
| |||
0 commit comments