Fixes bug where it would try and test an empty line
Thanks Rob Norman for reporting and helping debug.
Этот коммит содержится в:
родитель
b981f7ab08
коммит
298493d691
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -533,7 +533,7 @@ while read -r line; do
|
|||
fi
|
||||
done<<<"$(echo "$headers" | sed '1d')" # We don't want the initial http banner
|
||||
|
||||
echo "$missingHeaders" | while read -r line; do
|
||||
echo -n "$missingHeaders" | while read -r line; do
|
||||
echo -e "${RED}$line${NC}"
|
||||
functionName="test_$line"
|
||||
"$functionName" >> "$tmpfile"
|
||||
|
|
Загрузка…
Создание таблицы
Добавить ссылку
Сослаться в новой задаче