Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Ignore what is no stdout, not the exit number
Baptiste Daroussin committed 11 years ago
commit 532dcbf74d5613a792c878928beecc1dad4fc158
parent a3433e1
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
}