Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo
Baptiste Daroussin committed 6 years ago
commit c782dfe92bdcbcfda72a915afd47b2d139e49803
parent 42c700b
1 file changed +1 -1
modified tests/frontend/conflicts.sh
@@ -189,7 +189,7 @@ fileexists_notinpkg_body()
	atf_check \
		pkg -o REPOS_DIR=${TMPDIR} -r ${TMPDIR}/target install -qy test

-
	test -f ${TMPDIR}/target/${TMPDIR}/a.pkgsave || atf_fail "file not saved when it should not have"
+
	test -f ${TMPDIR}/target/${TMPDIR}/a.pkgsave || atf_fail "file not saved when it should have"
}

find_conflicts_body() {