/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.5
test/lib/completion.exp
24 строки
376 B
Freddy Vulto
(testsuite) Prepend relative files with $::srcdir
05 ноя 2010, 23:28
05 ноя 2010, 23:28
de51dd3
Код
Авторство
О чём код?
source $::srcdir/lib/library.exp proc completion_exit {} { send "\rexit\r" } proc completion_init {test_file_name} { # Call completion_start() only once if {! [info exists ::BASH_VERSINFO]} { completion_start } } proc completion_start {} { start_interactive_test } proc completion_version {} { puts "$::TESTDIR, bash-$::BASH_VERSION" }