(testsuite) Add basic xzdec test case.

This commit is contained in:
Ville Skyttä 2011-03-21 19:46:13 +02:00
parent 70a3b8a8b4
commit 2c78ae3ea1
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions xzdec

View File

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