diff --git a/t/stow.t b/t/stow.t old mode 100644 new mode 100755 index 4281270..49d671a --- a/t/stow.t +++ b/t/stow.t @@ -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');