X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=regressions%2Frhbz557655.sh;h=df3ceaa0267a4604b8790e65c795c194be3e43cf;hb=6f39cfaeacda146d0eaa35da6f6413fa6ab3d40a;hp=aa74bc199971ebed780ec9e7f3f107fb8857f95c;hpb=3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096;p=libguestfs.git diff --git a/regressions/rhbz557655.sh b/regressions/rhbz557655.sh index aa74bc1..df3ceaa 100755 --- a/regressions/rhbz557655.sh +++ b/regressions/rhbz557655.sh @@ -14,18 +14,17 @@ # # 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=557655 # "guestfish number parsing should not use atoi, should support '0...' for octal and '0x...' for hexadecimal" set -e -rm -f test.out +rm -f test.out test.err export LANG=C -unset LIBGUESTFS_DEBUG -../fish/guestfish >> test.out 2>&1 <> test.out 2>> test.err <> test.out 2>&1 <> test.out 2>> test.err < test.err +rm test.err~ + +diff -u rhbz557655-expected.stdout test.out +diff -u rhbz557655-expected.stderr test.err +rm test.out test.err test1.img