X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frun_tests.pl;h=c91478327470b213a28de3c45a0c6a081518b2fd;hp=cacbc02b116bd1ac697343a5a0ae5cde06ca2d60;hb=df7421ccb45fffc1dd81be6e1296fa8a3b512d10;hpb=1780e6d916d83f812ffceec56ac3d8fa97b83248;ds=sidebyside diff --git a/test/run_tests.pl b/test/run_tests.pl index cacbc02b11..c914783274 100644 --- a/test/run_tests.pl +++ b/test/run_tests.pl @@ -12,7 +12,7 @@ my $recipesdir = catdir($top, "test", "recipes"); my $testlib = catdir($top, "test", "testlib"); my $utillib = catdir($top, "util"); -# It seems that $switches is getting interpretted with 'eval' or something +# It seems that $switches is getting interpreted with 'eval' or something # like that, and that we need to take care of backslashes or they will # disappear along the way. $testlib =~ s|\\|\\\\|g if $^O eq "MSWin32";