From 1015e678f99044b3fca2de70f9a9cb986851b55b Mon Sep 17 00:00:00 2001 From: jasper <> Date: Sun, 16 Dec 2012 18:28:53 +0000 Subject: - use diff -u like most anywhere to make the output readable. ok phessler@ --- src/regress/lib/libc/time/strptime/Makefile | 4 ++-- 1 file 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 @@ -# $OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $ +# $OpenBSD: Makefile,v 1.3 2012/12/16 18:28:53 jasper Exp $ PROG= strptime_test SRCS= main.c @@ -7,6 +7,6 @@ CLEANFILES+= got REGRESS_TARGETS=do-reg do-reg: ${PROG} ./${PROG} < ${.CURDIR}/tests > got - diff ${.CURDIR}/expected got + diff -u ${.CURDIR}/expected got .include -- cgit v1.2.3-55-g6feb