aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-09 18:46:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-09 18:46:15 +0200
commit3cad4e39c8d20e1811c75d4c83aa108185bd0a47 (patch)
tree56ac02b4e00ab66e4e20182a4e81de3983835b5e /tests
parent2da5cb566e7d28f209723c43df680456d964988e (diff)
Fix tests some more
Diffstat (limited to 'tests')
-rw-r--r--tests/name/extension.test6
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..}'