mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
test/parseconf: Don't specify a path for 'true'
Obviously correct fixes on already reviewed code.
This commit is contained in:
parent
98637a4782
commit
03618e0d68
@ -216,7 +216,7 @@ for dir in "${EXAMPLEDIR}"/*; do
|
|||||||
fi
|
fi
|
||||||
echo "Failure: did not match." >&2
|
echo "Failure: did not match." >&2
|
||||||
diff -u "$EXPECTED" "${DATA_DIR}/output.${testname}" >&2 \
|
diff -u "$EXPECTED" "${DATA_DIR}/output.${testname}" >&2 \
|
||||||
|| /bin/true
|
|| true
|
||||||
exit $EXITCODE
|
exit $EXITCODE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user