Skip to content

Commit 2504bcd

Browse files
test: fix shebang in run-test.sh (#559)
Follow-up to 2b853ff The wrong shebang caused `&>` to be interpreted as a background job
1 parent 930d16d commit 2504bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scripts/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Run a previously built test, generating in `$DIR`:
44
# - a `cmd.sh` script containing the actual command used to run the test in an

0 commit comments

Comments
 (0)