Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Warn in regression test if chmod does not apply
Baptiste Daroussin committed 11 years ago
commit 134bda463c86f812da6d7052a6730f25b8e7baaa
parent af48f9c
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 \