Module Name: src
Committed By: pooka
Date: Sat May 2 16:18:13 UTC 2009
Modified Files:
src/tests/rump/rumpkern: t_modcmd.c
Log Message:
don't hardcode /usr/lib path
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_modcmd.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/rump/rumpkern/t_modcmd.c
diff -u src/tests/rump/rumpkern/t_modcmd.c:1.1 src/tests/rump/rumpkern/t_modcmd.c:1.2
--- src/tests/rump/rumpkern/t_modcmd.c:1.1 Sat May 2 16:02:19 2009
+++ src/tests/rump/rumpkern/t_modcmd.c Sat May 2 16:18:13 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: t_modcmd.c,v 1.1 2009/05/02 16:02:19 pooka Exp $ */
+/* $NetBSD: t_modcmd.c,v 1.2 2009/05/02 16:18:13 pooka Exp $ */
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
"a module (vfs/tmpfs) is possible");
}
-#define TMPFSMODULE "/usr/lib/librumpfs_tmpfs.so"
+#define TMPFSMODULE "librumpfs_tmpfs.so"
ATF_TC_BODY(cmsg_modcmd, tc)
{
struct tmpfs_args args;