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:
parent
35e076dc3d
commit
50a1dae26c
@ -80,6 +80,7 @@ save_userdata_compressed_body() {
|
|||||||
fake_userdata_nocloud < tmpfile
|
fake_userdata_nocloud < tmpfile
|
||||||
|
|
||||||
CLOUD="nocloud" atf_check \
|
CLOUD="nocloud" atf_check \
|
||||||
|
-e 'ignore' \
|
||||||
sh -c ". \"$lib\"; init__save_userdata"
|
sh -c ". \"$lib\"; init__save_userdata"
|
||||||
|
|
||||||
if ! grep "^#userdata" var/lib/cloud/user-data; then
|
if ! grep "^#userdata" var/lib/cloud/user-data; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user