spec: use printf
to populate tests/data/DISABLED
with a newline
This commit is contained in:
parent
cbc7f6603c
commit
e58b8f772b
@ -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 -e "313\n1801\n" >> tests/data/DISABLED
|
||||
printf "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