From cbc7f6603c591c1b16bdab240b4c53cc655655cb Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 12 Feb 2024 17:13:40 +0100 Subject: [PATCH] spec: use `echo -e` to populate `tests/data/DISABLED` with a newline --- curl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index a5ae989..de93364 100644 --- a/curl.spec +++ b/curl.spec @@ -214,7 +214,7 @@ be installed. # # disable test 1801 # -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}