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

« back to all changes in this revision

Viewing changes to test/lib/completions/ciptool.exp

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-01-08 00:29:16 UTC
  • mfrom: (1.2.1) (13.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120108002916-2j06erdwsymyqn39
Tags: 1:1.99-1
* Uploading to unstable
* New upstream pre-2.x snapshot
  - correctly list purgeable packages for dpkg --listfiles and dpkg
    --purge (Closes: #647684)
  - fix bash_completion paths in README (Closes: #647941)
  - _known_hosts_real: Handle more than two hostnames per known hosts
    line (Closes: #647352)
  - _known_hosts_real: Support > 1 files per *KnownHostsFile line
    (Closes: #650514)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 "ciptool "
 
15
 
 
16
 
 
17
sync_after_int
 
18
 
 
19
 
 
20
teardown