Module Name: src
Committed By: pooka
Date: Sat Jan 1 20:30:57 UTC 2011
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
fill in number of PR kern/44307
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_io.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/fs/vfs/t_io.c
diff -u src/tests/fs/vfs/t_io.c:1.3 src/tests/fs/vfs/t_io.c:1.4
--- src/tests/fs/vfs/t_io.c:1.3 Sat Jan 1 20:26:22 2011
+++ src/tests/fs/vfs/t_io.c Sat Jan 1 20:30:56 2011
@@ -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();