diff options
author | otto <> | 2018-01-28 14:55:24 +0000 |
---|---|---|
committer | otto <> | 2018-01-28 14:55:24 +0000 |
commit | 8fcd4af0641224be17074f3354be9c2b26a373d9 (patch) | |
tree | 0d1ec1dacab0710545843e91cb68be1b2bceb56d /src | |
parent | 8cff01858f73444057acf65ebfe867c7f64a859b (diff) | |
download | openbsd-8fcd4af0641224be17074f3354be9c2b26a373d9.tar.gz openbsd-8fcd4af0641224be17074f3354be9c2b26a373d9.tar.bz2 openbsd-8fcd4af0641224be17074f3354be9c2b26a373d9.zip |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/malloc/malloc_threaderr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_threaderr/Makefile b/src/regress/lib/libc/malloc/malloc_threaderr/Makefile index ef510adbff..2d715af58b 100644 --- a/src/regress/lib/libc/malloc/malloc_threaderr/Makefile +++ b/src/regress/lib/libc/malloc/malloc_threaderr/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2018/01/28 13:38:00 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2018/01/28 14:55:24 otto Exp $ |
2 | 2 | ||
3 | # This test is supposed to print a malloc error and create a core dump | 3 | # This test is supposed to print a malloc error and create a core dump |
4 | 4 | ||
@@ -10,4 +10,4 @@ DPADD+= ${LIBPTHREAD} | |||
10 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |
11 | 11 | ||
12 | t1: malloc_threaderr | 12 | t1: malloc_threaderr |
13 | ${.OBJDIR}/malloc_threaderror 2>&1 | fgrep 'in free(): bogus pointer (double free?)' | 13 | ${.OBJDIR}/malloc_threaderr 2>&1 | fgrep 'in free(): bogus pointer (double free?)' |