diff --git a/test/clt-tests/core/test-alter-rename.rec b/test/clt-tests/core/test-alter-rename.rec index ab77d4a784..64cde1d0ec 100644 --- a/test/clt-tests/core/test-alter-rename.rec +++ b/test/clt-tests/core/test-alter-rename.rec @@ -122,3 +122,5 @@ ERROR 1064 (42000) at line 1: Source table nonexistent not exists mysql -h0 -P9306 -e "ALTER TABLE invalid-name RENAME new_invalid_name;" ––– output ––– ERROR 1064 (42000) at line 1: P03: syntax error, unexpected $undefined, expecting $end near '-name RENAME new_invalid_name' +––– comment ––– +Add your comment here \ No newline at end of file diff --git a/test/clt-tests/core/test-default-config.rec b/test/clt-tests/core/test-default-config.rec index 6098052279..11c3b4a8f8 100644 --- a/test/clt-tests/core/test-default-config.rec +++ b/test/clt-tests/core/test-default-config.rec @@ -10,3 +10,7 @@ searchd { pid_file = /var/run/manticore/searchd.pid data_dir = /var/lib/manticore } +--- input --- +echo 123 +--- output --- +123