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