From f40e09807bd01f83cba0c411b1a76462038c330d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Mar 2015 23:17:11 -0700 Subject: Fixed roundtrip.sh. --- test/roundtrip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3