{"author":"mauke","author_email":"lukasmai.403@gmail.com","author_time":1738214930,"commit_time":1738609452,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"bfec1d7165cac54af43c493d0904cbfd3d0c4f12","message":"runtests.pl: fix precedence issue\n\nThe condition `!$cmdtype eq \"perl\"` (introduced in a4765b0551) is always\nfalse. It checks whether a logical negation (giving true/false) is equal\nto the string `\"perl\"`. This is impossible, so the logging never worked.\n\nThe intent was probably to negate the result of the string\ncomparison:`!($cmdtype eq \"perl\")` or simply `$cmdtype ne \"perl\"`.\n\nFixes #16128\nReported-by: Igor Todorovski\nCloses #16129\n","parents":["9712db21d1786f208bedd8796773d38d9f7128fa"],"tree_hash":"de688cfded801abfce3c516ac64b639a434c7f47"}