testsuite: Add basic tests for umount.

master
Igor Murzov 2011-12-04 05:41:59 +04:00
parent 54bcdff3cf
commit 0b9351534c
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions umount

View File

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