From: anthony Date: Thu, 13 Dec 2012 23:45:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4601 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d029272f68be90c49161c1a283046341388c3d6d;p=imagemagick --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b7acfd8e1..a18f9e682 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,6 +34,8 @@ tests_wandtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) TESTS_XFAIL_TESTS = TESTS_TESTS = \ + tests/cli-colorspace.tap \ + tests/cli-pipe.tap \ tests/validate-compare.tap \ tests/validate-composite.tap \ tests/validate-convert.tap \ @@ -43,8 +45,6 @@ TESTS_TESTS = \ tests/validate-stream.tap \ tests/validate-formats-in-memory.tap \ tests/validate-formats-on-disk.tap \ - tests/cli-colorspace.tap \ - tests/cli-pipe.tap \ tests/drawtest.tap \ tests/wandtest.tap diff --git a/tests/validate-colorspace.tap b/tests/cli-colorspace.tap similarity index 100% rename from tests/validate-colorspace.tap rename to tests/cli-colorspace.tap diff --git a/tests/validate-pipe.tap b/tests/cli-pipe.tap similarity index 100% rename from tests/validate-pipe.tap rename to tests/cli-pipe.tap