From 8b1c465bf61069595ec24ad2ff27d2a7c2458ee6 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sun, 24 Jan 2016 18:28:38 +0100 Subject: [PATCH] fix a typo --- tests/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }