diff options
| author | sjg <sjg@NetBSD.org> | 2003-08-01 04:57:20 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2003-08-01 04:57:20 +0000 |
| commit | 3dfdacc17009ad1ca63a03131bcaefbfb587949a (patch) | |
| tree | f9a32e1f5253ac292325ccc218e131dce217f839 /usr.bin/make/unit-tests/test.exp | |
| parent | 86b9a219d42838044d6f0da4b7d3a9e4f89eab01 (diff) | |
Avoid \a as a test of invalid separator, since if we make ksh the default
shell, we get different results. \x seems safe.
Diffstat (limited to 'usr.bin/make/unit-tests/test.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/test.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/test.exp b/usr.bin/make/unit-tests/test.exp index 0bd40b141e8..7906eb1b59c 100644 --- a/usr.bin/make/unit-tests/test.exp +++ b/usr.bin/make/unit-tests/test.exp @@ -23,8 +23,8 @@ FIVE SIX" make: Bad modifier `:tx' for LIST LIST:tx="}" -make: Bad modifier `:ts\a' for LIST -LIST:ts/a:tu="\a:tu}" +make: Bad modifier `:ts\x' for LIST +LIST:ts/x:tu="\x:tu}" FU_mod-ts="a/b/cool" FU_mod-ts:ts:T="cool" == cool? default FU=<v>fu</v> FOO=<v>foo</v> VAR=<v></v> |
