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