1### t/log_state_bug33693.test
2#
3# Regression test for bug #33693
4#   "general log name and location depend on PID
5#    file, not on predefined values"
6#
7# The server is started with a hard-coded
8# PID file in the $MYSQLTEST_VARDIR/run
9# directory, and an unspecified general log
10# file name.
11#
12# The correct result should show the log file to
13# rest in the database directory. Unfixed, the
14# log file will be in the same directory as the
15# PID.
16
17--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
18--eval SELECT INSTR(@@general_log_file, '$MYSQLTEST_VARDIR/run');
19