/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.10
test/runUnit
8 строк
387 B
Ville Skyttä
test suite: Add bashcomp_bash env var for better control on tested bash
01 май 2016, 21:40
01 май 2016, 21:40
93940c0
Код
Авторство
О чём код?
#!/bin/bash # NOTE: I tried setting up bash_completion_lib within ./lib files, but DejaGnu # isn't initialized at that point (i.e. output of `expect' is shown on # stdout - `open_logs' hasn't run yet?). And running code from a library # file isn't probably a good idea either. exec "${bashcomp_bash:-$BASH}" \ "$(dirname "${BASH_SOURCE[0]}")/run" --tool unit $*