Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
gtar: fix test with gnu tar, by ignoring stderr
Baptiste Daroussin committed 2 years ago
commit e7387625fd3fa359e8ec2b77efa76243664eb3f9
parent 0dca7ce
1 file changed +2 -2
modified tests/frontend/create.sh
@@ -807,7 +807,7 @@ create_from_plist_keyword_override_prefix_body()
	file"
	touch file
	atf_check pkg create -o ${TMPDIR} -m . -p test.plist -r .
-
	atf_check -o match:".*/plop/file$" tar tf test-1.pkg
+
	atf_check -o match:".*/plop/file$" -e ignore tar tf test-1.pkg
	atf_check -o inline:"/plop/file\n" pkg info -F test-1.pkg -ql

	genprefixmanifest
@@ -815,6 +815,6 @@ create_from_plist_keyword_override_prefix_body()
	mkdir "prefix"
	touch prefix/file
	atf_check pkg create -o ${TMPDIR} -m . -p test.plist -r .
-
	atf_check -o match:".*/plop/file$" tar tf test-1.pkg
+
	atf_check -o match:".*/plop/file$" -e ignore tar tf test-1.pkg
	atf_check -o inline:"/plop/file\n" pkg info -F test-1.pkg -ql
}