X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=clone%2Ftest-virt-sysprep.sh;h=1ebbde7dbc0fee97cd30bfed7c2c4b4c32edba1b;hb=beadb1fee492a4164068e6006fab3e2599f9218e;hp=81e01f8932a5c2c67d975a3dee72c89fd1054d42;hpb=2749d6edfbed3b9185b53e9c9befb8d370965b0c;p=libguestfs.git diff --git a/clone/test-virt-sysprep.sh b/clone/test-virt-sysprep.sh index 81e01f8..1ebbde7 100755 --- a/clone/test-virt-sysprep.sh +++ b/clone/test-virt-sysprep.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 @@ -24,11 +24,6 @@ if [ ! -w /dev/fuse ]; then exit 0 fi -if ! xmlstarlet --help >/dev/null 2>&1; then - echo "SKIPPING virt-sysprep test, because xmlstarlet is not installed." - exit 0 -fi - rm -f test.img guestfish qemu-img create -f qcow2 -o backing_file=../images/fedora.img test.img