summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2015-09-16 05:19:23 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2015-09-16 05:19:23 +0000
commit72206335df44e387ed2b6f1a3f5dbc56ce0e5730 (patch)
treebc4b638cd0699be2ddfe05531edb59ce62f4f246 /regress
parent2648e7fa9b7200f2fe38e76504a5eded38ab49da (diff)
Repair.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/tsort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/tsort/Makefile b/regress/usr.bin/tsort/Makefile
index f10707be59c..da14f8dd57c 100644
--- a/regress/usr.bin/tsort/Makefile
+++ b/regress/usr.bin/tsort/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2015/08/30 16:42:48 espie Exp $
+# $OpenBSD: Makefile,v 1.10 2015/09/16 05:19:22 daniel Exp $
REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7
REGRESS_SLOW_TARGETS=t4
@@ -40,7 +40,7 @@ t6.out: pairs6
tsort <${.CURDIR}/pairs6 >$@ 2>&1
t7:
- tsort -hhints1 -h hints2 pairs7 2>&1|diff - ${.CURDIR}/t7.canonical
+ tsort -h${.CURDIR}/hints1 -h ${.CURDIR}/hints2 ${.CURDIR}/pairs7 2>&1|diff - ${.CURDIR}/t7.canonical
pairs3:
perl ${.CURDIR}/build-tree 4 8 >$@