artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a84fdf
)
typo
author
otto
<otto@openbsd.org>
Sun, 28 Jan 2018 14:55:24 +0000
(14:55 +0000)
committer
otto
<otto@openbsd.org>
Sun, 28 Jan 2018 14:55:24 +0000
(14:55 +0000)
regress/lib/libc/malloc/malloc_threaderr/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libc/malloc/malloc_threaderr/Makefile
b/regress/lib/libc/malloc/malloc_threaderr/Makefile
index
ef510ad
..
2d715af
100644
(file)
--- a/
regress/lib/libc/malloc/malloc_threaderr/Makefile
+++ b/
regress/lib/libc/malloc/malloc_threaderr/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1 2018/01/28 13:38:00
otto Exp $
+# $OpenBSD: Makefile,v 1.
2 2018/01/28 14:55:24
otto Exp $
# This test is supposed to print a malloc error and create a core dump
@@
-10,4
+10,4
@@
DPADD+= ${LIBPTHREAD}
.include <bsd.regress.mk>
t1: malloc_threaderr
- ${.OBJDIR}/malloc_threaderr
or
2>&1 | fgrep 'in free(): bogus pointer (double free?)'
+ ${.OBJDIR}/malloc_threaderr 2>&1 | fgrep 'in free(): bogus pointer (double free?)'