NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/42031: mtree(8) -M (merge) option broken
The following reply was made to PR bin/42031; it has been noted by GNATS.
From: Geoff Wing <gcw%pobox.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/42031: mtree(8) -M (merge) option broken
Date: Fri, 11 Sep 2009 11:45:26 +1000
On Friday 2009-09-11 10:39 +1000, Geoff Wing output:
:Here's my first regress attempt.
Obviously I should have tested with a full build - though it dies
for me in the very first regression test (bin/sh/exit1) so that's
a bit hard. This is a simplified Makefile.
Regards,
Geoff
--- /dev/null 2009-09-11 11:43:03.000000000 +1000
+++ regress/usr.sbin/mtree/Makefile 2009-09-11 11:39:37.000000000 +1000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v Exp $
+
+NOMAN= # defined
+
+regress: test-merge
+
+test-merge:
+ mtree -CM <${.CURDIR}/merge1.in >merge1.out; \
+ tail +4 ${.CURDIR}/merge1.exp | diff - merge1.out;
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index