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


proc teardown {} {
    assert_env_unmodified
}


setup


assert_complete_any "configure --prefix "


sync_after_int


teardown