Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Expand the testcase name in preperation for other testcases
Brad Davis committed 10 years ago
commit 86700226e063462a9f26268caef704278fb3ecc7
parent d1e3019a509d4c381a5b1ed4a44e4e5040f4253f
1 file changed +2 -2
modified tests/frontend/autoremove.sh
@@ -4,7 +4,7 @@

tests_init \
	autoremove \
-
	autoremove_q
+
	autoremove_quiet

autoremove_prep() {
	touch file1
@@ -85,7 +85,7 @@ autoremove_body() {
	test ! -f ${TMPDIR}/file1 -o ! -f ${TMPDIR}/file2 || atf_fail "Files are still present"
}

-
autoremove_q_body() {
+
autoremove_quiet_body() {
	autoremove_prep

	atf_check \