Deleted Added
full compact
regress.sh (201488) regress.sh (263227)
1# $FreeBSD: head/tools/regression/usr.bin/calendar/regress.sh 201488 2010-01-04 10:58:08Z obrien $
1# $FreeBSD: head/usr.bin/calendar/tests/regress.sh 263227 2014-03-16 08:04:06Z jmmv $
2
2
3CALENDAR_FILE="-f calendar.calibrate"
3CALENDAR_FILE="-f ${SRCDIR}/calendar.calibrate"
4CALENDAR_BIN="calendar"
5
6CALENDAR="${CALENDAR_BIN} ${CALENDAR_FILE}"
7
8REGRESSION_START($1)
9
10echo 1..28
11

--- 34 unchanged lines hidden ---
4CALENDAR_BIN="calendar"
5
6CALENDAR="${CALENDAR_BIN} ${CALENDAR_FILE}"
7
8REGRESSION_START($1)
9
10echo 1..28
11

--- 34 unchanged lines hidden ---