Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Hook debug to the test framework for filecopy
Baptiste Daroussin committed 5 years ago
commit 76f1719f0a06018d55d2b4fbf665a973b8adc140
parent 734ba6b
1 file changed +2 -2
modified tests/frontend/lua.sh
@@ -290,8 +290,8 @@ EOF
		-s exit:0 \
		pkg -o REPOS_DIR=/dev/null -r ${TMPDIR}/target install -qfy ${TMPDIR}/test-1.txz

-
	cat ${TMPDIR}/target${TMPDIR}/a.sample
-
	cat ${TMPDIR}/target${TMPDIR}/a
+
	atf_check -o inline:"sample text\n" cat ${TMPDIR}/target${TMPDIR}/a.sample
+
	atf_check -o inline:"sample text\n" cat ${TMPDIR}/target${TMPDIR}/a
	atf_check \
		-o empty \
		-e empty \