mysql-server/mysql-test/t/mysql_win32_system.test
2025-03-05 14:31:37 +07:00

11 lines
324 B
Text

--source include/windows.inc
--echo #
--echo # WL#13391: Enable the "system" mysql command line command for windows
--echo #
--exec $MYSQL test -e "system echo haha" 2>&1
--exec $MYSQL test -e "\\! echo hihi" 2>&1
--exec $MYSQL test -e "system rmdir \\"$MYSQL_TMP_DIR\\non_existent_dir\\"" 2>&1
--echo # End of 8.0 tests