testsuite: Add basic lpr and lpq test cases.
This commit is contained in:
parent
5f11a3be6b
commit
d4c888be4b
1
test/completion/lpq.exp
Normal file
1
test/completion/lpq.exp
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert_source_completions lpq
|
1
test/completion/lpr.exp
Normal file
1
test/completion/lpr.exp
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert_source_completions lpr
|
20
test/lib/completions/lpq.exp
Normal file
20
test/lib/completions/lpq.exp
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
proc setup {} {
|
||||||
|
save_env
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
setup
|
||||||
|
|
||||||
|
|
||||||
|
assert_complete_any "lpq "
|
||||||
|
|
||||||
|
|
||||||
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
teardown
|
20
test/lib/completions/lpr.exp
Normal file
20
test/lib/completions/lpr.exp
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
proc setup {} {
|
||||||
|
save_env
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
setup
|
||||||
|
|
||||||
|
|
||||||
|
assert_complete_any "lpr "
|
||||||
|
|
||||||
|
|
||||||
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
teardown
|
Loading…
x
Reference in New Issue
Block a user