summaryrefslogtreecommitdiff
path: root/tests/run_make_tests.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-12-17 14:58:53 -0500
committerPaul Smith <psmith@gnu.org>2019-12-17 15:06:28 -0500
commitf389aabde6ac986036f7e0c6c0d297e217dbdc85 (patch)
tree42d1340775fffa72eeba6fd111302f58dace93bb /tests/run_make_tests.pl
parentacbef3f612f46411e720c52bee70014df1c2f4fd (diff)
downloadmake-git-f389aabde6ac986036f7e0c6c0d297e217dbdc85.tar.gz
* tests/run_make_tests.pl (set_more_defaults): Fix typo
Diffstat (limited to 'tests/run_make_tests.pl')
-rw-r--r--tests/run_make_tests.pl2
1 files changed, 1 insertions, 1 deletions
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.