From f389aabde6ac986036f7e0c6c0d297e217dbdc85 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 17 Dec 2019 14:58:53 -0500 Subject: [PATCH] * tests/run_make_tests.pl (set_more_defaults): Fix typo --- tests/run_make_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl index 3807b34e..6f5d053a 100644 --- a/tests/run_make_tests.pl +++ b/tests/run_make_tests.pl @@ -623,7 +623,7 @@ sub set_more_defaults # It's difficult to quote this properly in all the places it's used so # ensure it doesn't need to be quoted. - $helptool =~ s,\\,/,g if $port_type = 'W32'; + $helptool =~ s,\\,/,g if $port_type eq 'W32'; $helptool =~ s, ,\\ ,g; # Get Purify log info--if any. -- 2.47.3