Hi!
When creating package, the buildsysem freaks out on file
tst_unzip_file.zip because it has world writeable permission, however
this is not necessary for the test itself to work. Patch attached.

Signed-off-by: Cyril Hrubis [email protected]

-- 
Cyril Hrubis
[email protected]
Index: ltp-full-20100630/testcases/commands/unzip/Makefile
===================================================================
--- ltp-full-20100630.orig/testcases/commands/unzip/Makefile
+++ ltp-full-20100630/testcases/commands/unzip/Makefile
@@ -47,7 +47,7 @@ $(TESTCASES_DATA_DIR):
 
 $(ZIPFILE): | $(TESTCASES_DATA_DIR) $(DIR)
 	zip -r "$@" $(DIR)
-	chmod 00666 "$@"
+	chmod 00644 "$@"
 
 # This target should be auto-removed by Make
 $(DIR): $(abs_srcdir)/unzip_genfile.sh
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to