tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2c9f8badbdb75d09cac6f84da5101e6007bd4fa5
parent a213a32b7cc2ca0701953953a812662c2f0533d3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 15 Sep 2017 09:04:22 -0400

repair test_key_expiration.sh

Diffstat:
Msrc/test/test_key_expiration.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_key_expiration.sh b/src/test/test_key_expiration.sh @@ -90,7 +90,7 @@ if [ "$CASE1" = 1 ]; then echo "==== Case 1: Test --key-expiration without argument and ensure usage" echo " instructions are printed." - ${TOR} ${QUIETLY} --key-expiration 2>"$FN" + ${TOR} ${QUIETLY} --key-expiration 2>"$FN" || true grep "No valid argument to --key-expiration found!" "$FN" >/dev/null || \ die "Tor didn't mention supported --key-expiration argmuents"