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 PR kern/44302
details: https://anonhg.NetBSD.org/src/rev/29fbcf148aa1
branches: trunk
changeset: 760237:29fbcf148aa1
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Dec 31 18:26:25 2010 +0000
description:
fill in PR kern/44302
diffstat:
tests/fs/vfs/t_ro.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9180ad4d8932 -r 29fbcf148aa1 tests/fs/vfs/t_ro.c
--- a/tests/fs/vfs/t_ro.c Fri Dec 31 18:20:32 2010 +0000
+++ b/tests/fs/vfs/t_ro.c Fri Dec 31 18:26:25 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ro.c,v 1.1 2010/12/31 18:20:32 pooka Exp $ */
+/* $NetBSD: t_ro.c,v 1.2 2010/12/31 18:26:25 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
FSTEST_ENTER();
if (FSTYPE_SYSVBFS(tc))
- atf_tc_expect_fail("sysbvfs unlink (PR MISSING)");
+ atf_tc_expect_fail("PR kern/44302");
ATF_REQUIRE_ERRNO(EROFS, rump_sys_unlink(AFILE) == -1);
FSTEST_EXIT();
}
Home |
Main Index |
Thread Index |
Old Index