Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
repo: Fix tests for warning on meta v1
Emmanuel Vadot committed 5 years ago
commit 944de38df95d891cf72e5c3b22cabb9706dc41cd
parent deaa4dc
1 file changed +2 -2
modified tests/frontend/repo.sh
@@ -31,7 +31,7 @@ EOF
		pkg create -M test.ucl

	atf_check \
-
		-o inline:"Creating repository in .:  done\nPacking files for repository:  done\n" \
+
		-o inline:"WARNING: Meta v1 support will be removed in the next version\nCreating repository in .:  done\nPacking files for repository: WARNING: Meta v1 support will be removed in the next version\n done\n" \
		-e empty \
		-s exit:0 \
		pkg repo --meta-file meta.ucl .
@@ -39,7 +39,7 @@ EOF
	cp test-1.pkg test.pkg

	atf_check \
-
		-o inline:"Creating repository in .:  done\nPacking files for repository:  done\n" \
+
		-o inline:"WARNING: Meta v1 support will be removed in the next version\nCreating repository in .:  done\nPacking files for repository: WARNING: Meta v1 support will be removed in the next version\n done\n" \
		-e empty \
		-s exit:0 \
		pkg repo --meta-file meta.ucl .