spec: use echo -e to populate tests/data/DISABLED with a newline

This commit is contained in:
Jan Macku 2024-02-12 17:13:40 +01:00
parent cbd939da23
commit cbc7f6603c

View File

@ -214,7 +214,7 @@ be installed.
# <https://github.com/curl/curl/pull/11531>
# disable test 1801
# <https://github.com/bagder/curl/commit/21e82bd6#commitcomment-12226582>
echo "313\n1801" >> tests/data/DISABLED
echo -e "313\n1801\n" >> tests/data/DISABLED
# test3026: avoid pthread_create() failure due to resource exhaustion on i386
%ifarch %{ix86}