artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b65562
)
PATH does not include '.' anymore. Fix the runs test for that situation.
author
tb
<tb@openbsd.org>
Sun, 21 Feb 2021 19:21:15 +0000
(19:21 +0000)
committer
tb
<tb@openbsd.org>
Sun, 21 Feb 2021 19:21:15 +0000
(19:21 +0000)
regress/misc/exceptions/threads/Makefile
patch
|
blob
|
history
diff --git
a/regress/misc/exceptions/threads/Makefile
b/regress/misc/exceptions/threads/Makefile
index
722725b
..
aa9e2e6
100644
(file)
--- a/
regress/misc/exceptions/threads/Makefile
+++ b/
regress/misc/exceptions/threads/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1 2021/02/20 19:05:28 otto
Exp $
+# $OpenBSD: Makefile,v 1.
2 2021/02/21 19:21:15 tb
Exp $
PROG= exceptions
SRCS= exceptions.cc
@@
-6,6
+6,6
@@
SRCS= exceptions.cc
REGRESS_TARGETS=runs
runs: exceptions
- for i in $$(jot 100); do exceptions; done
+ for i in $$(jot 100); do
./
exceptions; done
.include <bsd.regress.mk>