Skip to content

Commit 3e2dc3c

Browse files
committed
Fix script output
1 parent 6090578 commit 3e2dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/toml-test/script.gotxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ if ! command -v "$tt" >/dev/null; then
5252
fi
5353

5454
# Run toml-test
55-
"$tt" -toml="$toml" -skip-must-err ${skip[@]} -decoder="$decoder" -encoder="${encoder:-}" "$@"
55+
"$tt" test -toml="$toml" -skip-must-err ${skip[@]} -decoder="$decoder" -encoder="${encoder:-}" "$@"

0 commit comments

Comments
 (0)