repair test_key_expiration.sh

This commit is contained in:
Nick Mathewson 2017-09-15 09:04:22 -04:00
parent a213a32b7c
commit 2c9f8badbd
1 changed files with 1 additions and 1 deletions

View File

@ -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"