Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Adjust regression changing @dirrm deprecation to not be developer only
Baptiste Daroussin committed 9 years ago
commit 74f26766878103bcc5bb6cd4b0eaa308c42179e4
parent 78415c6
1 file changed +1 -5
modified tests/frontend/create.sh
@@ -173,15 +173,11 @@ create_from_plist_dirrm_body() {

		atf_check \
			-o empty \
-
			-e empty \
+
			-e inline:"${PROGNAME}: Warning: @dirrm[try] is deprecated, please use @dir\n" \
			pkg create -o ${TMPDIR} -m . -p test.plist -r .

		basic_validation

-
		atf_check \
-
			-o empty \
-
			-e inline:"${PROGNAME}: Warning: @dirrm[try] is deprecated, please use @dir\n" \
-
			pkg -o DEVELOPER_MODE=yes create -o ${TMPDIR} -m . -p test.plist -r .
	done
}