diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:03:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:03:52 -0700 |
commit | 3361e66c633f7b1625b067147a20e6eda48da403 (patch) | |
tree | 3959335e32d3634012293b1c782d38c59b895e1a /test | |
parent | 8a04d10c5570231baa4326817d7f10f8f1f04a57 (diff) |
Updated cmark path in roundtrip.sh.
Diffstat (limited to 'test')
-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 |