testsuite: add basic rpm2tgz test case

This commit is contained in:
Igor Murzov 2011-05-21 17:30:23 +04:00 committed by Igor Murzov
parent f21f6e080b
commit 1a8f3c9583
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions rpm2tgz

View File

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