Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/ffs remove newline from error
details: https://anonhg.NetBSD.org/src/rev/4b7e7ff4bf4a
branches: trunk
changeset: 758467:4b7e7ff4bf4a
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Nov 05 11:31:15 2010 +0000
description:
remove newline from error
diffstat:
tests/fs/ffs/t_snapshot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1cb789386c90 -r 4b7e7ff4bf4a tests/fs/ffs/t_snapshot.c
--- a/tests/fs/ffs/t_snapshot.c Fri Nov 05 11:23:54 2010 +0000
+++ b/tests/fs/ffs/t_snapshot.c Fri Nov 05 11:31:15 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index