stow/t
Adam Spiers bcac91d68a Remove quote stripping code.
I'm guessing it was added due to a misunderstanding of how shell
quoting works.  When you invoke

   stow --ignore=".#.*" ...

the shell strips out the quotes before the Perl process ever sees them.
I can't imagine any sensible scenario in which you would need to invoke

   stow --ignore='"foo"'

but if the user has a filename containing quotes at the beginning and
end, they can now choose to ignore it (prior to this patch, they couldn't).
2011-11-26 16:34:57 +00:00
..
chkstow.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
cleanup_invalid_links.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
defer.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
examples.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
find_stowed_path.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
foldable.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
ignore.t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
join_paths.t Add another test to join_paths.t 2011-11-26 15:10:28 +00:00
parent.t Clean up coding style in tests 2011-11-26 15:10:28 +00:00
stow.t Remove quote stripping code. 2011-11-26 16:34:57 +00:00
stow_contents.t Improve conflict reporting 2011-11-26 16:34:57 +00:00
testutil.pm Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
unstow_contents.t Improve conflict reporting 2011-11-26 16:34:57 +00:00
unstow_contents_orig.t Improve conflict reporting 2011-11-26 16:34:57 +00:00