diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:17:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:17:11 -0700 |
commit | f40e09807bd01f83cba0c411b1a76462038c330d (patch) | |
tree | 8169f8b5ab5d7c8ea692453923d83371a59405c5 /test | |
parent | 51564df76f7274a8cdb6804018fa8f9a77f84038 (diff) |
Fixed 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 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 |