Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs use a shorter filename template in previous (fo...



details:   https://anonhg.NetBSD.org/src/rev/fc0121a3f1ca
branches:  trunk
changeset: 342612:fc0121a3f1ca
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 01 15:18:39 2016 +0000

description:
use a shorter filename template in previous (for v7fs)

diffstat:

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

diffs (18 lines):

diff -r d1febf4ed59a -r fc0121a3f1ca tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Fri Jan 01 15:13:57 2016 +0000
+++ b/tests/fs/vfs/t_vnops.c    Fri Jan 01 15:18:39 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.50 2016/01/01 15:13:57 pooka Exp $       */
+/*     $NetBSD: t_vnops.c,v 1.51 2016/01/01 15:18:39 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -460,7 +460,7 @@
        RL(rump_sys_chdir("subdir"));
 
        /* create them */
-#define TESTFN "this_is_the_filename"
+#define TESTFN "testfile"
        for (i = 0; i < nfiles; i++) {
                int fd;
 



Home | Main Index | Thread Index | Old Index