X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sparsify%2Ftest-virt-sparsify.sh;h=4a7a2f653acdded9654e892a95f42fae1fc18e2c;hb=f5a49bf1cae335889da6be53fd1ca302273be78b;hp=1fad58b08819b2c41d9bb6a9dd744f623efe0dfa;hpb=d9c4b702e75ae565f7a4664e835a6e53c0675763;p=libguestfs.git diff --git a/sparsify/test-virt-sparsify.sh b/sparsify/test-virt-sparsify.sh index 1fad58b..4a7a2f6 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 @@ -37,7 +37,7 @@ rm /boot/big umount-all EOF -./virt-sparsify --format raw test1.img --convert qcow2 test2.img +$VG ./virt-sparsify --debug-gc --format raw test1.img --convert qcow2 test2.img size_before=$(du -s test1.img | awk '{print $1}') size_after=$(du -s test2.img | awk '{print $1}')