--- trunk/t/03-frey-iconbrowser.t 2008/11/27 19:01:13 556 +++ trunk/t/03-frey-iconbrowser.t 2008/11/27 19:19:01 557 @@ -41,6 +41,8 @@ ok( my $markup = $o->as_markup, 'as_markup' ); -my $path = 'var/test/' . ref($o) . '.html'; -$o->store( $path, $markup ); +my $html_path = 'var/t/' . ref($o) . '.html'; +$markup =~ s{/var/}{../}sg; +$o->store( $html_path, $markup ); +diag "created $html_path ", -s $html_path;