Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/rumpvfs ... and remove the not-supposed-to-be-com...
details: https://anonhg.NetBSD.org/src/rev/42b813322e08
branches: trunk
changeset: 755767:42b813322e08
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Jun 19 13:44:11 2010 +0000
description:
... and remove the not-supposed-to-be-committed call to rump_sys_reboot()
diffstat:
tests/rump/rumpvfs/t_etfs.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 91dfc5e2c87d -r 42b813322e08 tests/rump/rumpvfs/t_etfs.c
--- a/tests/rump/rumpvfs/t_etfs.c Sat Jun 19 13:43:29 2010 +0000
+++ b/tests/rump/rumpvfs/t_etfs.c Sat Jun 19 13:44:11 2010 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index