Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/union fix !USE_ATF case



details:   https://anonhg.NetBSD.org/src/rev/fec4a209aaed
branches:  trunk
changeset: 754465:fec4a209aaed
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat May 01 10:43:31 2010 +0000

description:
fix !USE_ATF case

diffstat:

 tests/fs/union/t_basic.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59a19e042464 -r fec4a209aaed tests/fs/union/t_basic.c
--- a/tests/fs/union/t_basic.c  Sat May 01 09:00:06 2010 +0000
+++ b/tests/fs/union/t_basic.c  Sat May 01 10:43:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_basic.c,v 1.1 2010/03/29 18:19:19 pooka Exp $        */
+/*     $NetBSD: t_basic.c,v 1.2 2010/05/01 10:43:31 pooka Exp $        */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -28,7 +28,7 @@
        atf_tc_set_md_var(tc, "descr", "basic union functionality: two views");
 }
 #else
-#define atf_tc_fail(a, ...) errx(1, __VA_ARGS__)
+#define atf_tc_fail(...) errx(1, __VA_ARGS__)
 #endif
 
 #define MSTR "magic bus"



Home | Main Index | Thread Index | Old Index