From 709594e1b02f807ea6eb56e7c8fe640d93ae7e62 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Nov 2012 13:07:42 +0000 Subject: [PATCH] Revert "perl: Small test of create with flags." This reverts commit f5cab066da8a2e7971149600916e97331cf3a3fb. --- perl/t/025-create-flags.t | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 perl/t/025-create-flags.t diff --git a/perl/t/025-create-flags.t b/perl/t/025-create-flags.t deleted file mode 100644 index e72243903..000000000 --- a/perl/t/025-create-flags.t +++ /dev/null @@ -1,25 +0,0 @@ -# libguestfs Perl bindings -*- perl -*- -# Copyright (C) 2009 Red Hat Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -use strict; -use warnings; -use Test::More tests => 1; - -use Sys::Guestfs; - -my $g = Sys::Guestfs->new (environment => 0); -ok ($g);