diff options
Diffstat (limited to 'mysql-test/include/expect_crash.inc')
-rw-r--r-- | mysql-test/include/expect_crash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/expect_crash.inc b/mysql-test/include/expect_crash.inc index b4bd9828..56abc88a 100644 --- a/mysql-test/include/expect_crash.inc +++ b/mysql-test/include/expect_crash.inc @@ -2,4 +2,4 @@ --let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/$_expect_file_name.expect # There should be a debug crash after using this .inc file ---exec echo "wait" > $_expect_file_name +--write_line wait $_expect_file_name |