test/parseconf: Don't specify a path for 'true'

Obviously correct fixes on already reviewed code.
This commit is contained in:
teor 2019-11-04 11:13:42 +10:00
parent 98637a4782
commit 03618e0d68

View File

@ -216,7 +216,7 @@ for dir in "${EXAMPLEDIR}"/*; do
fi
echo "Failure: did not match." >&2
diff -u "$EXPECTED" "${DATA_DIR}/output.${testname}" >&2 \
|| /bin/true
|| true
exit $EXITCODE
fi