diff options
-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 a7bbbf6..6d3b9d5 100755 --- a/test/roundtrip.sh +++ b/test/roundtrip.sh @@ -1,2 +1,2 @@ #!/bin/sh -./cmark -t commonmark | ./cmark +./src/build/cmark -t commonmark | ./src/build/cmark |