You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TorrentZip should consider any file given explicitly as command line
argument, regardless of extension and type. On the other hand, when
processing a directory, only regular files with a .zip extension (case
insensitive) and subdirectories should be considered.
Add tests to check that files with different extensions are processed
or ignored as expected. We can't test with symlinks, sockets, or fifos
since nihtest doesn't support their creation in the sandbox.
0 commit comments