X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/c9878e19bdd9e6a0af55c1b420d4e941b28ed6c6..e5aadc734909797f25057a795be0053669c80f1b:/tests/run-test-suite/test/libyaml-parser.t diff --git a/tests/run-test-suite/test/libyaml-parser.t b/tests/run-test-suite/test/libyaml-parser.t index 1c3d0c4..6be2395 100755 --- a/tests/run-test-suite/test/libyaml-parser.t +++ b/tests/run-test-suite/test/libyaml-parser.t @@ -13,7 +13,7 @@ for id in "${ids[@]}"; do dir="data/$id" label="$id: $(< $dir/===)" [[ -e "$dir/in.yaml" ]] || continue - ./src/libyaml-parser "$dir/in.yaml" > /tmp/test.out || { + ../../tests/run-parser-test-suite "$dir/in.yaml" > /tmp/test.out || { ( cat "$dir/in.yaml" cat "$dir/test.event"