From 50a1dae26c9489aa0456c0ae8752a43bd71d3b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Sat, 13 May 2023 14:53:41 -0700 Subject: [PATCH] * save_userdata_compressed test is getting tripped up by a notice on stderr that userdata already exists --- tests/init-main.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/init-main.test b/tests/init-main.test index 0cfe770..ed5c012 100755 --- a/tests/init-main.test +++ b/tests/init-main.test @@ -80,6 +80,7 @@ save_userdata_compressed_body() { fake_userdata_nocloud < tmpfile CLOUD="nocloud" atf_check \ + -e 'ignore' \ sh -c ". \"$lib\"; init__save_userdata" if ! grep "^#userdata" var/lib/cloud/user-data; then