All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] [COMMITTED] syscalls/quotactl06: Missing binary is not TBROK
@ 2020-01-09 14:26 Cyril Hrubis
  0 siblings, 0 replies; only message in thread
From: Cyril Hrubis @ 2020-01-09 14:26 UTC (permalink / raw)
  To: ltp

It should always result in TCONF.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 testcases/kernel/syscalls/quotactl/quotactl06.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/quotactl/quotactl06.c b/testcases/kernel/syscalls/quotactl/quotactl06.c
index 446831ba8..a3b4517e0 100644
--- a/testcases/kernel/syscalls/quotactl/quotactl06.c
+++ b/testcases/kernel/syscalls/quotactl/quotactl06.c
@@ -154,7 +154,7 @@ static void setup(void)
 	case 0:
 		break;
 	case 255:
-		tst_brk(TBROK, "quotacheck binary not installed");
+		tst_brk(TCONF, "quotacheck binary not installed");
 		break;
 	default:
 		tst_brk(TBROK, "quotacheck exited with %i", ret);
-- 
2.23.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-09 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 14:26 [LTP] [PATCH] [COMMITTED] syscalls/quotactl06: Missing binary is not TBROK Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.