1# $FreeBSD$ 2 3TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} 4 5.PATH: ${.CURDIR:H} 6ATF_TESTS_SH= functional_test 7 8FILESDIR= ${TESTSDIR} 9 10FILES= and1.0 11FILES+= and2.1 12FILES+= and3.0 13FILES+= and4.0 14FILES+= background1.0 15FILES+= cmd1.0 16FILES+= cmd2.1 17FILES+= elif1.0 18FILES+= elif2.0 19FILES+= eval1.0 20FILES+= eval2.1 21FILES+= for1.0 22FILES+= func1.0 23FILES+= func2.1 24FILES+= if1.0 25FILES+= if2.0 26FILES+= if3.0 27FILES+= not1.0 28FILES+= not2.0 29FILES+= or1.0 30FILES+= or2.0 31FILES+= or3.1 32FILES+= pipe1.1 33FILES+= pipe2.0 34FILES+= return1.0 35FILES+= semi1.1 36FILES+= semi2.1 37FILES+= subshell1.0 38FILES+= subshell2.1 39FILES+= until1.0 40FILES+= until2.0 41FILES+= until3.0 42FILES+= while1.0 43FILES+= while2.0 44FILES+= while3.0 45 46.include <bsd.test.mk> 47