51b3e20ebc
Instead of writing `}; # if', write just `}' as was discussed here: http://www.mail-archive.com/bash-completion-devel@lists.alioth.debian.org/msg01815.html
27 lines
207 B
Plaintext
27 lines
207 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "ipv6calc -"
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
assert_complete_any "ipv6calc --in "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|