Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Warn in regression test if chmod does not apply
Baptiste Daroussin committed 11 years ago
commit 134bda463c86f812da6d7052a6730f25b8e7baaa
parent af48f9c8241a8487e0cad79d2a307451ccc8825f
1 file changed +1 -1
modified tests/frontend/create.shin
@@ -120,7 +120,7 @@ create_from_plist_gather_mode_body() {

	preparetestcredentials "(plop,bla,)"

-
	chmod 2755 file1
+
	chmod 2755 file1 || atf_fail "Impossible to change mode"

	atf_check \
		-o empty \