diff options
Diffstat (limited to 'test/roundtrip.sh')
-rwxr-xr-x | test/roundtrip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip.sh b/test/roundtrip.sh index 1631f35..ec4f135 100755 --- a/test/roundtrip.sh +++ b/test/roundtrip.sh @@ -1,2 +1,2 @@ #!/bin/sh -./build/src/cmark -t commonmark | ./build/src/cmark +"$1" -t commonmark | "$1" |