Commit e85b54a4 authored by Bjorn Munch's avatar Bjorn Munch

Bug #52828 Tests that use perl fail when perl is not in path

main.mysqltest skipped on Windows because a perl intentionally does exit(1)
Use exit(2), as exit(1) on Windows is indistinguishable from failing to
execute perl.
parent 8a94240c
...@@ -331,7 +331,7 @@ eval select $mysql_errno as "after_!errno_masked_error" ; ...@@ -331,7 +331,7 @@ eval select $mysql_errno as "after_!errno_masked_error" ;
--exec illegal_command --exec illegal_command
--cat_file does_not_exist --cat_file does_not_exist
--perl --perl
exit(1); exit(2);
EOF EOF
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment