testsuite: Add basic mysql test case.

master
Ville Skyttä 2011-06-18 15:24:22 +03:00
parent d355178d87
commit f38453968c
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions mysql

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "mysql --"
sync_after_int
teardown