Skip to content

Commit 786630a

Browse files
committed
test: test script uses bash-isms, specify bash
1 parent c659271 commit 786630a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
set -e
33

44
EXPECTED='(x): number => 123\n'

0 commit comments

Comments
 (0)