testsuite: Add basic sbopkg test case
This commit is contained in:
parent
84c578c1d8
commit
7889a6682f
1
test/completion/sbopkg.exp
Normal file
1
test/completion/sbopkg.exp
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert_source_completions sbopkg
|
20
test/lib/completions/sbopkg.exp
Normal file
20
test/lib/completions/sbopkg.exp
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
proc setup {} {
|
||||||
|
save_env
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
setup
|
||||||
|
|
||||||
|
|
||||||
|
assert_complete_any "sbopkg -"
|
||||||
|
|
||||||
|
|
||||||
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
teardown
|
Loading…
x
Reference in New Issue
Block a user