testsuite: Add basic su test case.

This commit is contained in:
Ville Skyttä 2012-02-18 10:10:38 +02:00
parent d2aedc83e1
commit f41d7e2ff6
2 changed files with 19 additions and 0 deletions

1
test/completion/su.exp Normal file
View File

@ -0,0 +1 @@
assert_source_completions su

View File

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