testsuite: Add basic su test case.
This commit is contained in:
parent
d2aedc83e1
commit
f41d7e2ff6
1
test/completion/su.exp
Normal file
1
test/completion/su.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions su
|
18
test/lib/completions/su.exp
Normal file
18
test/lib/completions/su.exp
Normal file
@ -0,0 +1,18 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
assert_complete_any "su "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
Loading…
x
Reference in New Issue
Block a user