Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix inverted test case.
Landon Fuller committed 11 years ago
commit 267e597535f33c4827d653c8948cf376c8e3e063
parent 964be89
1 file changed +1 -1
modified tests/frontend/pkg.shin
@@ -81,7 +81,7 @@ EOF
	atf_check \
		-o empty \
		-e empty \
-
		-s exit:0 test -f test-1.txz
+
		-s exit:1 test -f test-1.txz
}

atf_test_case pkg_repo_load_order