Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Switch to using the new_pkg function
Brad Davis committed 10 years ago
commit f34760ed5e3c4dfa72b2bd0ea2339c7371df863e
parent 0fb053c
1 file changed +1 -14
modified tests/frontend/install.sh
@@ -7,20 +7,7 @@ tests_init \

reinstall_body()
{
-
	cat << EOF > test.ucl
-
name: test
-
origin: test
-
version: 1
-
maintainer: test
-
categories: [test]
-
comment: a test
-
www: http://test
-
prefix: /usr/local
-
desc: <<EOD
-
Yet another test
-
EOD
-
EOF
-

+
	new_pkg test test test /usr/local

	atf_check \
		-o ignore \