We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f15a2 commit b6892d3Copy full SHA for b6892d3
tests/bashtest.sh
@@ -13,7 +13,7 @@ FAILED=0
13
function assert_success() {
14
MESSAGE="$1"
15
shift
16
- COMMAND="$*"
+ COMMAND="$@"
17
18
((++TESTS))
19
0 commit comments