Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Ignore what is no stdout, not the exit number
Baptiste Daroussin committed 11 years ago
commit 532dcbf74d5613a792c878928beecc1dad4fc158
parent a3433e16761681f54bba7aa838a3a3453be3e8fc
1 file changed +2 -2
modified tests/frontend/packagesplit.shin
@@ -137,9 +137,9 @@ local: {
}
EOF
	atf_check \
-
		-o empty \
+
		-o ignore \
		-e ignore \
-
		-s ignore \
+
		-s exit:0 \
		pkg -o REPOS_DIR="$tmpdir" -o PKG_CACHEDIR="$tmpdir" upgrade -y
}