Skip to content

Commit

Permalink
test: fix shebang in run-test.sh (#559)
Browse files Browse the repository at this point in the history
Follow-up to 2b853ff

The wrong shebang caused `&>` to be interpreted as a background job
  • Loading branch information
kateinoigakukun authored Jan 20, 2025
1 parent 930d16d commit 2504bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/run-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash

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

0 comments on commit 2504bcd

Please sign in to comment.