diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-10 18:31:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-10 18:31:23 -0400 |
commit | c0285320df4e52530129ca515de08245d035c889 (patch) | |
tree | a70be874c3b3ec3448e76f9e69fe06d0a7cb5866 | |
parent | 765e4364d97cea17affef7413cda5fa02eb8f347 (diff) | |
parent | b9041e8a631beda9762fcd0627fa91045086410d (diff) | |
download | tor-c0285320df4e52530129ca515de08245d035c889.tar.gz tor-c0285320df4e52530129ca515de08245d035c889.zip |
Merge remote-tracking branch 'tor-github/pr/1097' into maint-0.4.1
-rwxr-xr-x | src/test/test_rebind.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh index a8f07c7c1e..1d54dd7f33 100755 --- a/src/test/test_rebind.sh +++ b/src/test/test_rebind.sh @@ -7,7 +7,7 @@ if test "$UNAME_OS" = 'CYGWIN' || \ test "$UNAME_OS" = 'MSYS' || \ test "$UNAME_OS" = 'MINGW'; then if test "$APPVEYOR" = 'True'; then - echo "This test is disabled on Windows CI, as it requires firewall examptions. Skipping." >&2 + echo "This test is disabled on Windows CI, as it requires firewall exemptions. Skipping." >&2 exit 77 fi fi |