summaryrefslogtreecommitdiff
path: root/regress/usr.bin/sed/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-06-23 11:53:58 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-06-23 11:53:58 +0000
commita1ffd84f864f889290dd4c98effc0ac608148ebb (patch)
tree02035c49d4264e663c105c698a9f64a52517d00d /regress/usr.bin/sed/Makefile
parentfb7575877289f437012013ff386acf9d4277192d (diff)
regression tests for the sed substitute command
most of these still fail, a patch to fix them is on tech@ for review ok to commit the tests deraadt@ otto@
Diffstat (limited to 'regress/usr.bin/sed/Makefile')
-rw-r--r--regress/usr.bin/sed/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.bin/sed/Makefile b/regress/usr.bin/sed/Makefile
index 2b73e5e06ad..826ef2c1a51 100644
--- a/regress/usr.bin/sed/Makefile
+++ b/regress/usr.bin/sed/Makefile
@@ -1,14 +1,17 @@
-# $OpenBSD: Makefile,v 1.2 2008/10/13 13:27:33 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2011/06/23 11:53:57 schwarze Exp $
# $NetBSD: Makefile,v 1.1 2005/04/04 16:48:45 peter Exp $
SED= /usr/bin/sed
-REGRESS_TARGETS= sedtest hanoi math sierpinski
+REGRESS_TARGETS= sedtest substitute hanoi math sierpinski
sedtest:
sh ${.CURDIR}/$@.sh ${SED} $@.out
diff ${.CURDIR}/$@.expected $@.out
+substitute:
+ sh ${.CURDIR}/$@.sh
+
hanoi:
${SED} -f ${.CURDIR}/$@.sed ${.CURDIR}/$@.in > $@.out
diff ${.CURDIR}/$@.expected $@.out