Skip to content
Snippets Groups Projects
Unverified Commit b9041e8a authored by teor's avatar teor
Browse files

test: fix a typo in test_rebind.sh

Closes 30821.
parent ecc5feff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment