summaryrefslogtreecommitdiff
path: root/test/lib/completions/hid2hci.exp
blob: c090c2c9f4ec2b5b2288d7c8f9943e255fb054fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
proc setup {} {
    save_env
}


proc teardown {} {
    assert_env_unmodified
}


setup


assert_complete_any "hid2hci -"
sync_after_int


teardown