aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_parseconf.sh
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-04 11:13:42 +1000
committerteor <teor@torproject.org>2019-11-05 11:08:36 +1000
commit03618e0d684317325cf79608c27c5fb26b18240f (patch)
tree37184e2ff7a0fcfd5ac90d201f46a643b8061d2d /src/test/test_parseconf.sh
parent98637a4782d7b4f631f60c0862094a77922ef4ef (diff)
downloadtor-03618e0d684317325cf79608c27c5fb26b18240f.tar.gz
tor-03618e0d684317325cf79608c27c5fb26b18240f.zip
test/parseconf: Don't specify a path for 'true'
Obviously correct fixes on already reviewed code.
Diffstat (limited to 'src/test/test_parseconf.sh')
-rwxr-xr-xsrc/test/test_parseconf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_parseconf.sh b/src/test/test_parseconf.sh
index 234f16250c..2f19793400 100755
--- 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