Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Expand the testcase name in preperation for other testcases
Brad Davis committed 10 years ago
commit 86700226e063462a9f26268caef704278fb3ecc7
parent d1e3019
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 \