diff options
Diffstat (limited to 'tests/name')
-rw-r--r-- | tests/name/extension.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/name/extension.test b/tests/name/extension.test index 42a0d19..160c427 100644 --- a/tests/name/extension.test +++ b/tests/name/extension.test @@ -39,7 +39,7 @@ EOI : specified-escape-one : - if ($test.target.class != 'windows') + if ($cxx.target.class != 'windows') { touch foo.; $* <'./: txt{foo..}' @@ -47,7 +47,7 @@ EOI : specified-escape-two : - if ($test.target.class != 'windows') + if ($cxx.target.class != 'windows') { touch foo..; $* <'./: txt{foo....}' @@ -78,7 +78,7 @@ EOI : specified-escape : - if ($test.target.class != 'windows') + if ($cxx.target.class != 'windows') { touch foo.; $* <'print txt{fo?..}' >'txt{foo..}' |