Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs fix wrong variable.
details: https://anonhg.NetBSD.org/src/rev/0453c5dc67d0
branches: trunk
changeset: 347336:0453c5dc67d0
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 21 13:23:36 2016 +0000
description:
fix wrong variable.
diffstat:
tests/fs/vfs/t_vnops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6956139791b5 -r 0453c5dc67d0 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c Sun Aug 21 12:39:17 2016 +0000
+++ b/tests/fs/vfs/t_vnops.c Sun Aug 21 13:23:36 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vnops.c,v 1.56 2016/08/20 15:48:18 christos Exp $ */
+/* $NetBSD: t_vnops.c,v 1.57 2016/08/21 13:23:36 christos Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -632,7 +632,7 @@
USES_SYMLINKS;
- RLF(rump_sys_chdir(mp), "%s", buf);
+ RLF(rump_sys_chdir(mp), "%s", mp);
buf = malloc(len + 1);
ATF_REQUIRE(buf);
Home |
Main Index |
Thread Index |
Old Index