Module Name: src
Committed By: pooka
Date: Fri Nov 5 11:31:16 UTC 2010
Modified Files:
src/tests/fs/ffs: t_snapshot.c
Log Message:
remove newline from error
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/ffs/t_snapshot.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/ffs/t_snapshot.c
diff -u src/tests/fs/ffs/t_snapshot.c:1.4 src/tests/fs/ffs/t_snapshot.c:1.5
--- src/tests/fs/ffs/t_snapshot.c:1.4 Mon May 31 23:44:54 2010
+++ src/tests/fs/ffs/t_snapshot.c Fri Nov 5 11:31:15 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: t_snapshot.c,v 1.4 2010/05/31 23:44:54 pooka Exp $ */
+/* $NetBSD: t_snapshot.c,v 1.5 2010/11/05 11:31:15 pooka Exp $ */
#include <sys/types.h>
#include <sys/mount.h>
@@ -29,7 +29,7 @@
uargs.fspec = __UNCONST(fspec);
if (rump_sys_mount(MOUNT_FFS, path, 0, &uargs, sizeof(uargs)) == -1)
- atf_tc_fail_errno("mount ffs %s\n", path);
+ atf_tc_fail_errno("mount ffs %s", path);
}
static void