Add basic xz tests.

master
Ville Skyttä 2010-04-19 21:21:19 +03:00
parent 6471ebb541
commit b19c948a95
2 changed files with 21 additions and 0 deletions

1
test/completion/xz.exp Normal file
View File

@ -0,0 +1 @@
assert_source_completions xz

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
assert_complete_any "xz "
sync_after_int
teardown