Re: [PATCH 4/4] t5002: check if unzip supports symlinks

2013-01-09 Thread Jonathan Nieder
René Scharfe wrote: > Am 07.01.2013 09:52, schrieb Jonathan Nieder: >> Hm. Do some implementations of "unzip" not support symlinks, or is >> the problem that some systems build Info-ZIP without the SYMLINKS >> option? > > The unzip supplied with NetBSD 6.0.1, which is based on libarchive, doesn't

Re: [PATCH 4/4] t5002: check if unzip supports symlinks

2013-01-07 Thread René Scharfe
Am 07.01.2013 09:52, schrieb Jonathan Nieder: René Scharfe wrote: Only add a symlink to the repository if both the filesystem and unzip support symlinks. To check the latter, add a ZIP file containing a symlink, created like this with InfoZIP zip 3.0: $ echo sample text >textfile

Re: [PATCH 4/4] t5002: check if unzip supports symlinks

2013-01-07 Thread Jonathan Nieder
René Scharfe wrote: > Only add a symlink to the repository if both the filesystem and > unzip support symlinks. To check the latter, add a ZIP file > containing a symlink, created like this with InfoZIP zip 3.0: > > $ echo sample text >textfile > $ ln -s textfile symlink > $ zip