/
githubmirror
/
sed
Обзор
Документация
Войти
/
githubmirror
/
sed
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testsuite/no-perl
6 строк
263 B
Jim Meyering
tests: handle missing perl
10 янв 2020, 09:56
10 янв 2020, 09:56
598c3a0
Код
Авторство
О чём код?
#!/bin/sh # Perl is not available, the test should be considered skipped. # FD 9 should have been opened by the test suite harness, pointing # to the original stderr (usually, the user's terminal). echo "test skipped: no usable version of Perl found" >&9 exit 77