X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=sparsify%2Ftest-virt-sparsify.sh;h=8d387753bff5e1615b31683754458b84bb8137f6;hp=4a054dbadc6c031ae5363b0f3707c008965f80c0;hb=04ea1375c55aa67df4e7fc61dbb534111767f3b6;hpb=fac15924f59a076c903d453d20305e00e1ae258a diff --git a/sparsify/test-virt-sparsify.sh b/sparsify/test-virt-sparsify.sh index 4a054db..8d38775 100755 --- a/sparsify/test-virt-sparsify.sh +++ b/sparsify/test-virt-sparsify.sh @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. export LANG=C set -e @@ -49,7 +49,7 @@ if [ $size_before -lt 310000 ]; then exit 1 fi -if [ $size_after -gt 5000 ]; then +if [ $size_after -gt 15000 ]; then echo "test virt-sparsify: size_after ($size_after) too large" echo "sparsification failed" exit 1