]> andersk Git - libyaml.git/blobdiff - tests/run-test-suite/test/libyaml-emitter.t
Rewrite make test-suite
[libyaml.git] / tests / run-test-suite / test / libyaml-emitter.t
index 2b12b3a5d87ac9cd1de3643d18910017b3566fc5..b092c6fe389d5d4846d11cd152f9e068fc828fe5 100755 (executable)
@@ -8,11 +8,6 @@ else
   ids=($(cut -d: -f1 < test/libyaml-emitter.list))
 fi
 
-# Some environments like on OS X, the shell resets the following vars, so we
-# work around it like so:
-export LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH:?}"
-export DYLD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH:?}"
-
 count=0
 for id in "${ids[@]}"; do
   dir="data/$id"
@@ -20,7 +15,7 @@ for id in "${ids[@]}"; do
   [[ -e "$dir/in.yaml" ]] || continue
   want="$dir/out.yaml"
   [[ -e $want ]] || want="$dir/in.yaml"
-  ./src/libyaml-emitter "$dir/test.event" > /tmp/test.out || {
+  ../../tests/run-emitter-test-suite "$dir/test.event" > /tmp/test.out || {
     (
       cat "$dir/test.event"
       cat "$want"
This page took 0.077783 seconds and 4 git commands to generate.