X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Frhbz503169c13.sh;h=f1cfa5e8d1fef378f52ed25ee6996e97e7654231;hp=71e29cee59a3c75c2e482c9b283bf257cc0c424c;hb=dd76ce2b4c93dd10d8eca9ab7c77bc831f103d03;hpb=ab81d09a710242ab61001ef5e8ffd321725b47a7 diff --git a/regressions/rhbz503169c13.sh b/regressions/rhbz503169c13.sh index 71e29ce..f1cfa5e 100755 --- a/regressions/rhbz503169c13.sh +++ b/regressions/rhbz503169c13.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -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. # Regression test for: # https://bugzilla.redhat.com/show_bug.cgi?id=503169#c13 @@ -27,15 +27,8 @@ set -e rm -f test1.img -dd if=/dev/zero of=test1.img bs=1024k count=10 -export LIBGUESTFS_PATH=../appliance - -../fish/guestfish -a test1.img <