History log of /external/ltp/testcases/commands/unzip/unzip_genfile.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/commands/unzip/unzip_genfile.sh
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/commands/unzip/unzip_genfile.sh
f58488fd3a41b710ed837ba9422c9ebb367d333d 26-Feb-2009 subrata_modak <subrata_modak> Update unzip command test: build and run successfully without unzip: Suprisingly, not every Linux distribution comes with unzip installed. Thankfully unzip does not appear to be needed for any other tests. This patch cleans up the unzip test so that if zip or unzip does not exist the test will not be built or run. This patch changes the way the build and run portions of the script are spread across the Makefile and unzip_tests.sh script. Previously part of the build was performed during the test -- building the sample zip archive. Now that sample archive is conditionally built using Make instead of shell script. Also, as near as I can tell, the comments "describing" the test are totally incorrect -- they appear to be a copy-paste artifact. So I updated them. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>.
/external/ltp/testcases/commands/unzip/unzip_genfile.sh
3bcd89fb9414cd07b96155f92084616821040fd7 12-Dec-2008 subrata_modak <subrata_modak> commands/unzip: check exit code of all comands: 1. don't redirect all output to /dev/null. It's bad idea, because we can't investigate bugs without error messages. 2. check exit code of command "zip". If it failed, we get error during make install that can't found a zip file. Signed-Off-By: Andrew Vagin <avagin@parallels.com>.
/external/ltp/testcases/commands/unzip/unzip_genfile.sh
58352ae4fdf061d13be0d49ea0502f857a2a577d 08-Dec-2008 vapier <vapier> fix from Jiri Palecek: Fix syntax errors (and bashisms) in some shell files
/external/ltp/testcases/commands/unzip/unzip_genfile.sh
4a953d44a7b29c690f203b6590e62a3b90769a30 04-Mar-2003 iyermanoj <iyermanoj> Added tests to test unzip command
/external/ltp/testcases/commands/unzip/unzip_genfile.sh