summaryrefslogtreecommitdiff
path: root/test/completion/inject.exp
blob: 6fcd8093b8708d5085e835a9c0ab1cfc70e7b774 (plain)
1
2
3
assert_bash_exec {OLDPATH="$PATH"; PATH="$PATH:/usr/lib/mailman/bin"}
assert_source_completions inject
assert_bash_exec {PATH="$OLDPATH"; unset -v OLDPATH}