commit c0285320df4e52530129ca515de08245d035c889 parent 765e4364d97cea17affef7413cda5fa02eb8f347 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 10 Jun 2019 18:31:23 -0400 Merge remote-tracking branch 'tor-github/pr/1097' into maint-0.4.1 Diffstat:
| M | src/test/test_rebind.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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