Lines Matching +refs:csh +refs:line +refs:to +refs:string
15 # run 'all', and compare to expected results
17 # move generated output to expected results
22 # The make program to be tested.
29 # and it should be added to the TESTS list.
75 TESTS+= cond-cmp-string
97 TESTS+= cond-token-string
312 TESTS+= sh-multi-line
313 TESTS+= sh-single-line
314 TESTS+= shell-csh
372 TESTS+= varmod-l-name-to-value
385 TESTS+= varmod-order-string
399 TESTS+= varmod-to-abs
400 TESTS+= varmod-to-lower
401 TESTS+= varmod-to-many-words
402 TESTS+= varmod-to-one-word
403 TESTS+= varmod-to-separator
404 TESTS+= varmod-to-title
405 TESTS+= varmod-to-upper
515 varmod-to-separator \
568 # settings FLAGS.test=-dv here, since that is closer to the test code.
581 -e '/^Parsing line/d' \
593 ${:D Job separators on their own line are ok. } \
600 ${:D marker should always be at the beginning of the line. } \
608 # meta line numbers can vary based on filemon implementation
609 SED_CMDS.meta-ignore= -e 's,\(\.meta:\) [1-9][0-9]*:,\1 <line>:,'
632 SED_CMDS.shell-csh= ${STD_SED_CMDS.white-space}
640 SED_CMDS.vardebug+= -e 's,${.SHELL},</path/to/shell>,'
667 # Some standard sed commands, to be used in the SED_CMDS above.
701 # other way to suppress the echoing of the commands.
713 # bash 5.1.0 bash: line 1: ...: command not found
720 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
726 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
727 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
731 STD_SED_CMDS.shell+= -e 's,^${.SHELL:T}: line [0-9][0-9]*: ,,'
743 # Normalize timestamps from ':gmtime' or ':localtime' to '<timestamp>'.
808 # Each test is run in a sub-make, to keep the tests from interfering with
810 # command line options.
826 # Postprocess the test output to make the output platform-independent.
830 # Allow the test files to be placed anywhere.