diff options
| author | jasper <> | 2012-12-16 18:28:53 +0000 |
|---|---|---|
| committer | jasper <> | 2012-12-16 18:28:53 +0000 |
| commit | 475c7807f1260e86258b9508d9b3e5e14dd0b3f4 (patch) | |
| tree | 9fb0b4264081fda292f45a82fda38f1e4ad0d683 /src | |
| parent | 5390e88e5040ac2e548c6ed2a9a95a922af70ceb (diff) | |
| download | openbsd-475c7807f1260e86258b9508d9b3e5e14dd0b3f4.tar.gz openbsd-475c7807f1260e86258b9508d9b3e5e14dd0b3f4.tar.bz2 openbsd-475c7807f1260e86258b9508d9b3e5e14dd0b3f4.zip | |
- use diff -u like most anywhere to make the output readable.
ok phessler@
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libc/time/strptime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/time/strptime/Makefile b/src/regress/lib/libc/time/strptime/Makefile index f2c9ebaf2c..1e1565ced4 100644 --- a/src/regress/lib/libc/time/strptime/Makefile +++ b/src/regress/lib/libc/time/strptime/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2012/12/16 18:28:53 jasper Exp $ |
| 2 | 2 | ||
| 3 | PROG= strptime_test | 3 | PROG= strptime_test |
| 4 | SRCS= main.c | 4 | SRCS= main.c |
| @@ -7,6 +7,6 @@ CLEANFILES+= got | |||
| 7 | REGRESS_TARGETS=do-reg | 7 | REGRESS_TARGETS=do-reg |
| 8 | do-reg: ${PROG} | 8 | do-reg: ${PROG} |
| 9 | ./${PROG} < ${.CURDIR}/tests > got | 9 | ./${PROG} < ${.CURDIR}/tests > got |
| 10 | diff ${.CURDIR}/expected got | 10 | diff -u ${.CURDIR}/expected got |
| 11 | 11 | ||
| 12 | .include <bsd.regress.mk> | 12 | .include <bsd.regress.mk> |
