From 03ba499282b67fba8921553db49b38dc364802fc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Jun 2013 13:21:10 +0100 Subject: [PATCH] tests/regressions: Remove duplicate test skip code. (cherry picked from commit e7f83f2ecc8e5e00e15e49357b37980b68fa7153) (cherry picked from commit b647db0bc07319239bf7d073226280259352ecf4) --- tests/regressions/rhbz690819.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/regressions/rhbz690819.sh b/tests/regressions/rhbz690819.sh index 2e49cb702..868837471 100755 --- a/tests/regressions/rhbz690819.sh +++ b/tests/regressions/rhbz690819.sh @@ -20,18 +20,6 @@ # mkfs fails creating a filesytem on a disk device when using a disk # with 'ide' interface -# Allow this test to be skipped (eg. on ppc64) -# -# What happens on ppc64 is that we ask 'qemu-system-ppc64 -M pseries' -# to create an IDE disk. It either creates it, or ignores it (not -# sure which), but the appliance fails to see the disk at all. Thus -# logical device /dev/sda points to the appliance root filesystem, and -# the mkfs fails. It's not clear how to solve this cleanly. XXX -[ -n "$SKIP_TEST_RHBZ690819_SH" ] && { - echo "$0 skipped (environment variable set)" - exit 77 -} - set -e export LANG=C