Add basic xz tests.
This commit is contained in:
parent
6471ebb541
commit
b19c948a95
1
test/completion/xz.exp
Normal file
1
test/completion/xz.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions xz
|
20
test/lib/completions/xz.exp
Normal file
20
test/lib/completions/xz.exp
Normal 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
|
Loading…
x
Reference in New Issue
Block a user