aboutsummaryrefslogtreecommitdiff
path: root/tests/name
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-20 16:48:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-20 16:48:45 +0300
commitf91daf01d07111db36478b14eb642f63253f4955 (patch)
treee27dcc53a9e472e2b6c6e66a4910737ea5a8798e /tests/name
parent9e2ae24794d6dbcae3dd662f6416162e96ac7d0f (diff)
Fix name/cross.test
Diffstat (limited to 'tests/name')
-rw-r--r--tests/name/cross.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/name/cross.test b/tests/name/cross.test
index 3847b6a..2969abb 100644
--- a/tests/name/cross.test
+++ b/tests/name/cross.test
@@ -104,10 +104,10 @@ EOI
$* <'print {foo bar}{*}' >'foo{x} bar{y}'
mkdir dir && touch dir/x.foo;
- $* <'print {*/}{*.foo}' >'dir/x.foo'
+ $* <'print {*/}{*.foo}' >/'dir/x.foo'
mkdir dir && touch dir/x.foo;
- $* <'print {*/}{foo}{*}' >'dir/foo{x}'
+ $* <'print {*/}{foo}{*}' >/'dir/foo{x}'
}
# @@ TODO: nested replay.