/
githubmirror
/
procps
Обзор
Документация
Войти
/
githubmirror
/
procps
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testsuite/lib.test/fileutils.exp
19 строк
514 B
Craig Small
testsuite: Update the library tests for new location
29 авг 2022, 13:40
29 авг 2022, 13:40
15a0a71
Код
Авторство
О чём код?
# # Testsuite for lib/fileutils program # set noarg "${topdir}src/tests/test_fileutils" set test "without argument" spawn $noarg expect_pass "$test" "Hello, World!" set badfd "${srcdir}/lib.test/fileutils_badfd.sh" set test "test bad file descriptor" spawn $badfd expect_pass "$test" "test_fileutils: write error: Bad file descriptor" set full "${srcdir}/lib.test/fileutils_full.sh" set test "test no space left on device" spawn $full expect_pass "$test" "test_fileutils: write error: No space left on device"