Module Name:    src
Committed By:   pooka
Date:           Sat Jun 19 13:44:11 UTC 2010

Modified Files:
        src/tests/rump/rumpvfs: t_etfs.c

Log Message:
... and remove the not-supposed-to-be-committed call to rump_sys_reboot()


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpvfs/t_etfs.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/rumpvfs/t_etfs.c
diff -u src/tests/rump/rumpvfs/t_etfs.c:1.3 src/tests/rump/rumpvfs/t_etfs.c:1.4
--- src/tests/rump/rumpvfs/t_etfs.c:1.3	Sat Jun 19 13:43:29 2010
+++ src/tests/rump/rumpvfs/t_etfs.c	Sat Jun 19 13:44:11 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_etfs.c,v 1.3 2010/06/19 13:43:29 pooka Exp $	*/
+/*	$NetBSD: t_etfs.c,v 1.4 2010/06/19 13:44:11 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -151,8 +151,6 @@
 	ATF_REQUIRE_EQ(memcmp(buf, cmpbuf, 128*512), 0);
 	ATF_REQUIRE_EQ(rump_sys_close(tfd), 0);
 	ATF_REQUIRE_EQ(rump_pub_etfs_remove(TESTPATH2), 0);
-
-	rump_sys_reboot(RUMP_RB_DUMP, NULL);
 }
 
 ATF_TP_ADD_TCS(tp)

Reply via email to