From: Richard W.M. Jones Date: Fri, 18 Mar 2011 11:22:25 +0000 (+0000) Subject: regressions: Enable both tests for bug 576879 (not fixed). X-Git-Tag: 1.9.12~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=dc8e4b057ecd3984d7c27c8e;ds=sidebyside regressions: Enable both tests for bug 576879 (not fixed). --- diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 42a646c..a64d272 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -29,6 +29,8 @@ TESTS = \ rhbz503169c10.sh \ rhbz503169c13.sh \ rhbz557655.sh \ + rhbz576879c0.sh \ + rhbz576879c5.sh \ rhbz578407.sh \ rhbz580246.sh \ test-add-domain.sh \ @@ -57,8 +59,6 @@ SKIPPED_TESTS = \ test-bootbootboot.sh FAILING_TESTS = \ - rhbz576879c0.sh \ - rhbz576879c5.sh \ test-qemudie-launchfail.sh random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)