Index: head/bin/sh/tests/parser/Makefile =================================================================== --- head/bin/sh/tests/parser/Makefile (revision 295817) +++ head/bin/sh/tests/parser/Makefile (revision 295818) @@ -1,81 +1,83 @@ # $FreeBSD$ TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} .PATH: ${.CURDIR:H} ATF_TESTS_SH= functional_test FILESDIR= ${TESTSDIR} FILES= alias1.0 FILES+= alias2.0 FILES+= alias3.0 FILES+= alias4.0 FILES+= alias5.0 FILES+= alias6.0 FILES+= alias7.0 FILES+= alias8.0 FILES+= alias9.0 FILES+= alias10.0 FILES+= alias11.0 FILES+= alias12.0 FILES+= alias13.0 FILES+= alias14.0 FILES+= alias15.0 alias15.0.stdout FILES+= and-pipe-not.0 FILES+= case1.0 FILES+= case2.0 +FILES+= comment1.0 +FILES+= comment2.42 FILES+= dollar-quote1.0 FILES+= dollar-quote2.0 FILES+= dollar-quote3.0 FILES+= dollar-quote4.0 FILES+= dollar-quote5.0 FILES+= dollar-quote6.0 FILES+= dollar-quote7.0 FILES+= dollar-quote8.0 FILES+= dollar-quote9.0 FILES+= dollar-quote10.0 FILES+= dollar-quote11.0 FILES+= dollar-quote12.0 FILES+= dollar-quote13.0 FILES+= empty-braces1.0 FILES+= empty-cmd1.0 FILES+= for1.0 FILES+= for2.0 FILES+= func1.0 FILES+= func2.0 FILES+= func3.0 FILES+= heredoc1.0 FILES+= heredoc2.0 FILES+= heredoc3.0 FILES+= heredoc4.0 FILES+= heredoc5.0 FILES+= heredoc6.0 FILES+= heredoc7.0 FILES+= heredoc8.0 FILES+= heredoc9.0 FILES+= heredoc10.0 FILES+= heredoc11.0 FILES+= heredoc12.0 FILES+= heredoc13.0 FILES+= line-cont1.0 FILES+= line-cont2.0 FILES+= line-cont3.0 FILES+= line-cont4.0 FILES+= line-cont5.0 FILES+= line-cont6.0 FILES+= line-cont7.0 FILES+= line-cont8.0 FILES+= line-cont9.0 FILES+= line-cont10.0 FILES+= line-cont11.0 FILES+= no-space1.0 FILES+= no-space2.0 FILES+= only-redir1.0 FILES+= only-redir2.0 FILES+= only-redir3.0 FILES+= only-redir4.0 FILES+= pipe-not1.0 FILES+= var-assign1.0 .include Index: head/bin/sh/tests/parser/comment1.0 =================================================================== --- head/bin/sh/tests/parser/comment1.0 (nonexistent) +++ head/bin/sh/tests/parser/comment1.0 (revision 295818) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +${SH} -c '#' Property changes on: head/bin/sh/tests/parser/comment1.0 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/bin/sh/tests/parser/comment2.42 =================================================================== --- head/bin/sh/tests/parser/comment2.42 (nonexistent) +++ head/bin/sh/tests/parser/comment2.42 (revision 295818) @@ -0,0 +1,4 @@ +# $FreeBSD$ + +${SH} -c '# +exit 42' Property changes on: head/bin/sh/tests/parser/comment2.42 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property