Commit 3f0d2a8
committed
ass-test-help: Fix tests failing under MSYS2
The `#! /usr/bin/env bash` was missing from `create_failing_test_stub`,
causing the two tests using it to fail under MSYS2, which uses the
shebang to determine whether or not a script is executable in lieu of
using `chmod` to set file permissions.1 parent 5adbe5e commit 3f0d2a8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments