summaryrefslogtreecommitdiff
path: root/test/lib/completions/mkdir.exp
blob: 8d8c881d8868d1b79410bf97b8567b77808e11b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
proc setup {} {
    save_env
}


proc teardown {} {
    assert_env_unmodified
}


setup


assert_complete_any "mkdir "


sync_after_int


assert_complete {"bar bar.d/" foo.d/} "mkdir $::srcdir/fixtures/shared/default/"


sync_after_int


teardown