Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs fill in number of PR kern/44307
details: https://anonhg.NetBSD.org/src/rev/c39796bfb25d
branches: trunk
changeset: 760254:c39796bfb25d
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Jan 01 20:30:56 2011 +0000
description:
fill in number of PR kern/44307
diffstat:
tests/fs/vfs/t_io.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r aacb727b5930 -r c39796bfb25d tests/fs/vfs/t_io.c
--- a/tests/fs/vfs/t_io.c Sat Jan 01 20:26:22 2011 +0000
+++ b/tests/fs/vfs/t_io.c Sat Jan 01 20:30:56 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_io.c,v 1.3 2011/01/01 20:26:22 pooka Exp $ */
+/* $NetBSD: t_io.c,v 1.4 2011/01/01 20:30:56 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@
RL(rump_sys_ftruncate(fd, seekcnt));
RL(rump_sys_fstat(fd, &sb));
if (FSTYPE_SYSVBFS(tc) && seekcnt)
- atf_tc_expect_fail("fail");
+ atf_tc_expect_fail("PR kern/44307");
ATF_REQUIRE_EQ(sb.st_size, seekcnt);
atf_tc_expect_pass();
Home |
Main Index |
Thread Index |
Old Index