diff options
Diffstat (limited to 'tests/name')
-rw-r--r-- | tests/name/cross.test | 4 |
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. |