Module Name:    src
Committed By:   kre
Date:           Tue Apr 11 18:23:42 UTC 2023

Modified Files:
        src/tests/rump/rumpkern: t_vm.c

Log Message:
PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpkern/t_vm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/rump/rumpkern/t_vm.c
diff -u src/tests/rump/rumpkern/t_vm.c:1.6 src/tests/rump/rumpkern/t_vm.c:1.7
--- src/tests/rump/rumpkern/t_vm.c:1.6	Fri Jan 22 22:03:01 2021
+++ src/tests/rump/rumpkern/t_vm.c	Tue Apr 11 18:23:42 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_vm.c,v 1.6 2021/01/22 22:03:01 chs Exp $	*/
+/*	$NetBSD: t_vm.c,v 1.7 2023/04/11 18:23:42 kre Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@ ATF_TC_BODY(busypage, tc)
 #if 0
 	atf_tc_expect_fail("test bug: unbusies an uninitialized page");
 #endif
-	atf_tc_skip("this test is buggy and hits an assertion, but atf doesn't provide any way to expect that a test program crashes, this all we can do is skip");
+	atf_tc_skip("this test is buggy and hits an assertion, but atf doesn't provide any way to expect that a test program crashes, thus all we can do is skip");
 	rump_init();
 
 	rump_schedule();

Reply via email to