spec: use echo -e
to populate tests/data/DISABLED
with a newline
This commit is contained in:
parent
cbd939da23
commit
cbc7f6603c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user