diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-10 18:31:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-10 18:31:36 -0400 |
commit | c8e09dd0d2bab75cee4f0683eb61636bbebb50d4 (patch) | |
tree | 86488247b42d6a5a7a80e89128379db5d86eec54 /src | |
parent | df8e2bbc0f3b361e1d5beb8c00d076e2c9788046 (diff) | |
parent | c0285320df4e52530129ca515de08245d035c889 (diff) | |
download | tor-c8e09dd0d2bab75cee4f0683eb61636bbebb50d4.tar.gz tor-c8e09dd0d2bab75cee4f0683eb61636bbebb50d4.zip |
Merge branch 'maint-0.4.1'
Diffstat (limited to 'src')
-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 |