Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/puffs update /dev/null rump minor to make test pass...



details:   https://anonhg.NetBSD.org/src/rev/29c30b41002e
branches:  trunk
changeset: 761918:29c30b41002e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Feb 10 20:10:54 2011 +0000

description:
update /dev/null rump minor to make test pass again

diffstat:

 tests/fs/puffs/t_basic.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9885c947e8a9 -r 29c30b41002e tests/fs/puffs/t_basic.c
--- a/tests/fs/puffs/t_basic.c  Thu Feb 10 19:25:42 2011 +0000
+++ b/tests/fs/puffs/t_basic.c  Thu Feb 10 20:10:54 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_basic.c,v 1.9 2010/11/15 20:39:00 pooka Exp $        */
+/*     $NetBSD: t_basic.c,v 1.10 2011/02/10 20:10:54 pooka Exp $       */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -190,7 +190,7 @@
 
 ATF_TC_BODY(root_chrdev, tc)
 {
-       MAKEOPTS("-r", "chr 2 0");
+       MAKEOPTS("-r", "chr 2 2");
        void *args;
        ssize_t rv;
        char buf[512];



Home | Main Index | Thread Index | Old Index