Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6a266ec90e4bbae3c29114ed827b19b51277e1a2

commit 6a266ec90e4bbae3c29114ed827b19b51277e1a2
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Apr 15 11:56:57 2009 +0200

t/bigfiles: extend limit to 500k

diff --git a/t/bigfiles b/t/bigfiles
index 052ecd6..96ff43f 100755
--- a/t/bigfiles
+++ b/t/bigfiles
@@ -3,7 +3,7 @@
. /usr/lib/frugalware/fwmakepkg

if [ "$1" == "--help" ]; then
-       echo "files bigger than 100KB"
+       echo "files bigger than 500KB"
exit 1
fi

@@ -11,7 +11,7 @@ cd ..

for i in `git ls-tree --name-only -r HEAD`
do
-       if [ `stat -c "%s" $i` -gt 100000 ]; then
+       if [ `stat -c "%s" $i` -gt 500000 ]; then
echo $i
fi
done
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to