* tests/run_make_tests.pl (set_more_defaults): Fix typo
diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl
index 3807b34..6f5d053 100644
--- a/tests/run_make_tests.pl
+++ b/tests/run_make_tests.pl
@@ -623,7 +623,7 @@
 
   # 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.