bash-completion/test/lib/completions/luac.exp

19 lines
144 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "luac "
sync_after_int
teardown