Add another. This one check if the behavior of ths S modifier is the same.
authorMax Okumoto <okumoto@dragonflybsd.org>
Wed, 2 Mar 2005 10:58:59 +0000 (10:58 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Wed, 2 Mar 2005 10:58:59 +0000 (10:58 +0000)
commit2eab8f7997b913e26859c702ca959813a4559c36
tree670c2d1ba29e09704806f622e70449d64425d620
parent39b3afafaff939c5d6def78d435b9f7919015183
Add another. This one check if the behavior of ths S modifier is the same.

Note: It appears that both ${MAKE_VAR:S/^FOO/BAR} and ${MAKE_VAR:S/FOO$/BAR}
      do not work.
usr.bin/make/tests/variables/t2/expected.status [new file with mode: 0644]
usr.bin/make/tests/variables/t2/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/variables/t2/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/variables/t2/test.sh [new file with mode: 0644]