Skip to content

Commit b6892d3

Browse files
committed
try previous splat
1 parent e3f15a2 commit b6892d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bashtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FAILED=0
1313
function assert_success() {
1414
MESSAGE="$1"
1515
shift
16-
COMMAND="$*"
16+
COMMAND="$@"
1717

1818
((++TESTS))
1919

0 commit comments

Comments
 (0)