testsuite: Add basic newgrp test case

master
Ville Skyttä 2014-02-08 19:24:47 +02:00
parent 3e0637128f
commit bb768978ba
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions newgrp

View File

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