Fix t/stow.t
This commit is contained in:
parent
8da2a43eb1
commit
4296500c94
1 changed files with 1 additions and 1 deletions
2
t/stow.t
Normal file → Executable file
2
t/stow.t
Normal file → Executable 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');
|
||||
|
|
Loading…
Reference in a new issue