summaryrefslogtreecommitdiff
path: root/test/libyaml-parser-error.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/libyaml-parser-error.t')
-rwxr-xr-xtest/libyaml-parser-error.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libyaml-parser-error.t b/test/libyaml-parser-error.t
index af48074..9eaacdd 100755
--- a/test/libyaml-parser-error.t
+++ b/test/libyaml-parser-error.t
@@ -5,7 +5,7 @@ set -e
if [[ $# -gt 0 ]]; then
ids=("$@")
else
- ids=($(cut -d: -f1 < test/libyaml-parser-error.list))
+ ids=($(cut -d: -f1 < list/libyaml-parser-error.list))
fi
count=0