diff options
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-x | test/travis_run_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 1b90879ea6..89b2cd8e6f 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -266,7 +266,7 @@ fi if test -v TEST_MOD_TLS -a $RV -eq 0; then # Run mod_tls tests. The underlying librustls was build # and installed before we configured the server (see top of file). - # This will be replaved once librustls is available as a package. + # This will be replaced once librustls is available as a package. py.test-3 test/modules/tls RV=$? fi |