Skip to content

Commit

Permalink
testsuite: Add basic newgrp test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 8, 2014
1 parent 3e06371 commit bb76897
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/completion/newgrp.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assert_source_completions newgrp
18 changes: 18 additions & 0 deletions test/lib/completions/newgrp.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
proc setup {} {
save_env
}


proc teardown {} {
assert_env_unmodified
}


setup


assert_complete_any "newgrp "
sync_after_int


teardown

0 comments on commit bb76897

Please sign in to comment.