~ubuntu-branches/debian/sid/bash-completion/sid

1.1.5 by David Paleino
Import upstream version 1.90
1
proc setup {} {
2
    save_env
3
}
4
5
6
proc teardown {} {
7
    assert_env_unmodified
8
}
9
10
11
setup
12
13
14
assert_complete_any "qemu "
15
16
17
sync_after_int
18
19
20
teardown