Commit 4d4fddb
Fix CI: use shell-safe test commands in test-runner tests (#51)
Replace `node --eval process.exit(0)` with `node --version` (pass) and
`node --require ./nonexistent-module.js` (fail) to avoid parentheses
being interpreted by bash on Linux CI.
Co-authored-by: unknown <that-github-user@github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0c6cfff commit 4d4fddb
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments