diff --git a/Makefile.in b/Makefile.in
index 9d82646..e8027df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10472,8 +10472,6 @@
 	  target=`echo "$$name" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 	  rm -f $$target ; \
 	done
-	tests/cli-colorspace.tap \
-	tests/cli-pipe.tap
 	tests/*_out.*
 
 # If source files missing, see if they can be obtained via VPATH
diff --git a/configure b/configure
index 2cf648b..75a8184 100755
--- a/configure
+++ b/configure
@@ -3633,7 +3633,7 @@
 
 MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE
 
-MAGICK_SVN_REVISION=9953:9956M
+MAGICK_SVN_REVISION=9953:9960M
 
 
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4de8cc9..30d33fb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,8 +45,6 @@
 	tests/validate-formats-on-disk.tap \
 	tests/drawtest.tap \
 	tests/wandtest.tap
-	tests/cli-colorspace.tap \
-	tests/cli-pipe.tap
 
 TESTS_EXTRA_DIST = \
 	tests/common.shi \