1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

* save_userdata_compressed test is getting tripped up by a notice on stderr that userdata already exists

This commit is contained in:
Jake Buchholz Göktürk 2023-05-13 14:53:41 -07:00
parent 35e076dc3d
commit 50a1dae26c

View File

@ -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