Fix t/stow.t

This commit is contained in:
Adam Spiers 2011-11-16 15:04:21 +00:00
parent 8da2a43eb1
commit 4296500c94

2
t/stow.t Normal file → Executable file
View file

@ -88,7 +88,7 @@ is_deeply($Option{'override'}, [qr(\Aman), qr(\Ainfo)] => 'strip shell quoting')
%Option=();
local @ARGV = (
'--ignore="~"',
'--ignore="\.#.*'
'--ignore="\.#.*"'
);
process_options();
is_deeply($Option{'ignore'}, [ qr(~\z), qr(\.#.*\z) ] => 'ignore temp files');