]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/bmake/tests/sysmk/t1/2/1/legacy_test.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / bmake / tests / sysmk / t1 / 2 / 1 / legacy_test.sh
1 #! /bin/sh
2 # $FreeBSD$
3
4 . $(dirname $0)/../../../../common.sh
5
6 # Description
7 DESC="Can we traverse up to / and find a 'mk/sys.mk' with -C -m?"
8
9 # Run
10 TEST_N=1
11 TEST_1="-C ../../../t0/2/1 -m .../mk"
12 TEST_MAKE_DIRS="../../mk 755 ../../../t0/mk 755 ../../../t0/2/1 755"
13 TEST_COPY_FILES="../../mk/sys.mk 644 ../../../t0/mk/sys.mk 644 ../../../t0/2/1/Makefile.test 644"
14 TEST_CLEAN_FILES="../../../t0/2/1"
15 TEST_CLEANUP=clean-special
16
17 eval_cmd $*