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