diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-01-28 14:55:25 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-01-28 14:55:25 +0000 |
commit | 78c0ca3e648e2c93401adacccfa73b3db777cc68 (patch) | |
tree | 784931d4eb21f74cba60eab5d037eb112ac7fb4f /regress/lib | |
parent | 72e180c01298e78e700dbc6076bd26c143fe59bb (diff) |
typo
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/malloc/malloc_threaderr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/malloc_threaderr/Makefile b/regress/lib/libc/malloc/malloc_threaderr/Makefile index ef510adbffc..2d715af58bd 100644 --- 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_threaderror 2>&1 | fgrep 'in free(): bogus pointer (double free?)' + ${.OBJDIR}/malloc_threaderr 2>&1 | fgrep 'in free(): bogus pointer (double free?)' |