Fix absolute paths in test_util_file that vary depending on where it is run.

This commit is contained in:
Eric Haszlakiewicz
2016-06-27 04:29:07 +00:00
parent b1d65b62db
commit 2b255d0ebf
3 changed files with 13 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ if test -z "$srcdir"; then
fi
. "$srcdir/test-defs.sh"
cp -f "$srcdir/valid.json" .
run_output_test test_util_file "$srcdir"
_err=$?