Deleted Added
full compact
Makefile (293120) Makefile (293359)
1# $FreeBSD: head/bin/sh/tests/builtins/Makefile 293120 2016-01-03 22:16:27Z jilles $
1# $FreeBSD: head/bin/sh/tests/builtins/Makefile 293359 2016-01-07 20:48:24Z jilles $
2
3.include <src.opts.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
6
7.PATH: ${.CURDIR:H}
8ATF_TESTS_SH= functional_test
9

--- 80 unchanged lines hidden (view full) ---

90FILES+= getopts2.0 getopts2.0.stdout
91FILES+= getopts3.0
92FILES+= getopts4.0
93FILES+= getopts5.0
94FILES+= getopts6.0
95FILES+= getopts7.0
96FILES+= getopts8.0 getopts8.0.stdout
97FILES+= getopts9.0 getopts9.0.stdout
2
3.include <src.opts.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
6
7.PATH: ${.CURDIR:H}
8ATF_TESTS_SH= functional_test
9

--- 80 unchanged lines hidden (view full) ---

90FILES+= getopts2.0 getopts2.0.stdout
91FILES+= getopts3.0
92FILES+= getopts4.0
93FILES+= getopts5.0
94FILES+= getopts6.0
95FILES+= getopts7.0
96FILES+= getopts8.0 getopts8.0.stdout
97FILES+= getopts9.0 getopts9.0.stdout
98FILES+= getopts10.0
98FILES+= hash1.0 hash1.0.stdout
99FILES+= hash2.0 hash2.0.stdout
100FILES+= hash3.0 hash3.0.stdout
101FILES+= hash4.0
102FILES+= jobid1.0
103FILES+= jobid2.0
104FILES+= kill1.0 kill2.0
105FILES+= lineno.0 lineno.0.stdout

--- 66 unchanged lines hidden ---
99FILES+= hash1.0 hash1.0.stdout
100FILES+= hash2.0 hash2.0.stdout
101FILES+= hash3.0 hash3.0.stdout
102FILES+= hash4.0
103FILES+= jobid1.0
104FILES+= jobid2.0
105FILES+= kill1.0 kill2.0
106FILES+= lineno.0 lineno.0.stdout

--- 66 unchanged lines hidden ---