Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Ignore stderr when using tar to make it work with GNU tar
Baptiste Daroussin committed 9 years ago
commit 24f7ff448b840d3b9782776d03eaa4d843cc4233
parent f800ba9
1 file changed +2 -2
modified tests/frontend/extract.sh
@@ -112,7 +112,7 @@ EOF

	atf_check \
		-o match:"^-r-sr-xr-- " \
-
		-e empty \
+
		-e ignore \
		tar tvf ${TMPDIR}/test-1.txz

	mkdir ${TMPDIR}/target
@@ -152,7 +152,7 @@ EOF
	atf_check \
		-o match:"^-r-sr-xr--.*a$" \
		-o match:"^hr-sr-xr--.*a$" \
-
		-e empty \
+
		-e ignore \
		tar tvf ${TMPDIR}/test-1.txz

	mkdir ${TMPDIR}/target