commit 03618e0d684317325cf79608c27c5fb26b18240f
parent 98637a4782d7b4f631f60c0862094a77922ef4ef
Author: teor <teor@torproject.org>
Date: Mon, 4 Nov 2019 11:13:42 +1000
test/parseconf: Don't specify a path for 'true'
Obviously correct fixes on already reviewed code.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_parseconf.sh b/src/test/test_parseconf.sh
@@ -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