[tor-commits] [tor/release-0.4.1] test: fix a typo in test_rebind.sh
nickm at torproject.org
nickm at torproject.org
Mon Jun 10 22:31:42 UTC 2019
commit b9041e8a631beda9762fcd0627fa91045086410d
Author: teor <teor at torproject.org>
Date: Mon Jun 10 20:56:40 2019 +1000
test: fix a typo in test_rebind.sh
Closes 30821.
---
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
index a8f07c7c1..1d54dd7f3 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
More information about the tor-commits
mailing list