From f91daf01d07111db36478b14eb642f63253f4955 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 20 Mar 2017 16:48:45 +0300 Subject: Fix name/cross.test --- tests/name/cross.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/name') 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. -- cgit v1.1