X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Frhbz557655.sh;h=df3ceaa0267a4604b8790e65c795c194be3e43cf;hb=43942b08cfbcf91bef29ec532f3d097a8519c982;hp=6ef0b70d4ac697c43b07486166ec98fa5f11c898;hpb=58abe782bf7137526b4a5c7e6d5d2b145e3b09d2;p=libguestfs.git diff --git a/regressions/rhbz557655.sh b/regressions/rhbz557655.sh index 6ef0b70..df3ceaa 100755 --- a/regressions/rhbz557655.sh +++ b/regressions/rhbz557655.sh @@ -14,17 +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 -../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