Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
We now die on bad manifest syntax which is a good thing, adapt the test case
Baptiste Daroussin committed 10 years ago
commit 5dccd9eef59636d2ae594e99353bc6fda8bf8c0d
parent a3115ba
1 file changed +2 -8
modified tests/frontend/pkg.sh
@@ -77,15 +77,9 @@ files:
EOF
	atf_check \
	    -o empty \
-
	    -e inline:"pkg: Skipping malformed key 'files'\n" \
-
	    -s exit:0 \
+
	    -e inline:"pkg: Bad format in manifest for key: files\n" \
+
	    -s exit:70 \
	    pkg create -q -m testpkg/.metadir -r testpkg
-

-
	atf_check \
-
	    -o empty \
-
	    -e empty \
-
	    -s exit:0 \
-
	    test -f test-1.txz
}

atf_test_case pkg_repo_load_order