Module Name: src Committed By: pooka Date: Fri Dec 31 18:26:25 UTC 2010
Modified Files: src/tests/fs/vfs: t_ro.c Log Message: fill in PR kern/44302 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_ro.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_ro.c diff -u src/tests/fs/vfs/t_ro.c:1.1 src/tests/fs/vfs/t_ro.c:1.2 --- src/tests/fs/vfs/t_ro.c:1.1 Fri Dec 31 18:20:32 2010 +++ src/tests/fs/vfs/t_ro.c Fri Dec 31 18:26:25 2010 @@ -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(); }