Module Name:    src
Committed By:   christos
Date:           Sun Aug 21 13:23:36 UTC 2016

Modified Files:
        src/tests/fs/vfs: t_vnops.c

Log Message:
fix wrong variable.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/tests/fs/vfs/t_vnops.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_vnops.c
diff -u src/tests/fs/vfs/t_vnops.c:1.56 src/tests/fs/vfs/t_vnops.c:1.57
--- src/tests/fs/vfs/t_vnops.c:1.56	Sat Aug 20 11:48:18 2016
+++ src/tests/fs/vfs/t_vnops.c	Sun Aug 21 09:23:36 2016
@@ -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 @@ symlink_len(const atf_tc_t *tc, const ch
 
 	USES_SYMLINKS;
 
-	RLF(rump_sys_chdir(mp), "%s", buf);
+	RLF(rump_sys_chdir(mp), "%s", mp);
 
 	buf = malloc(len + 1);
 	ATF_REQUIRE(buf);

Reply via email to