/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.7
test/config/default.exp
21 строка
494 B
Ville Skyttä
test/config/*: Delete trailing whitespace
12 янв 2017, 10:26
12 янв 2017, 10:26
d8cb128
Код
Авторство
О чём код?
# Set default expect fallback routines expect_after { eof { if {[info exists test]} { fail "$test at eof" } elseif {[info level] > 0} { fail "[info level 1] at eof" } else { fail "eof" } } timeout { if {[info exists test]} { fail "$test at timeout" } elseif {[info level] > 0} { fail "[info level 1] at timeout" } else { fail "timeout" } } }