diff --git a/tests/run_test.pl b/tests/run_test.pl index 755e1bcaef..97a3a685e4 100755 --- a/tests/run_test.pl +++ b/tests/run_test.pl @@ -88,7 +88,7 @@ my $status = Getopt::Long::GetOptions( ); # Auto detect cygwin mess -if (-e "/cydrive") { +if (-e "/cygdrive") { print "Info: CYGWIN OS detected. Update path accordingly\n"; $o_cygwin = 1; }