Skip to content

Commit 1352b91

Browse files
test: fix shebang in run-test.sh
Follow-up to 2b853ff
1 parent 574b88d commit 1352b91

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)