(testsuite) Add basic mdadm test case.
This commit is contained in:
parent
a29ed87cd5
commit
ab66ae79c2
1
test/completion/mdadm.exp
Normal file
1
test/completion/mdadm.exp
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert_source_completions mdadm
|
18
test/lib/completions/mdadm.exp
Normal file
18
test/lib/completions/mdadm.exp
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
proc setup {} {
|
||||||
|
save_env
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
setup
|
||||||
|
|
||||||
|
|
||||||
|
assert_complete_any "mdadm "
|
||||||
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
teardown
|
Loading…
x
Reference in New Issue
Block a user