You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
826 B
21 lines
826 B
8 years ago
|
diff -up ImageMagick-7.0.6-9/Magick++/tests/tests.tap.orig ImageMagick-7.0.6-9/Magick++/tests/tests.tap
|
||
|
--- ImageMagick-7.0.6-9/Magick++/tests/tests.tap.orig 2017-08-24 11:21:06.524124594 +0200
|
||
|
+++ ImageMagick-7.0.6-9/Magick++/tests/tests.tap 2017-08-24 11:21:11.904162249 +0200
|
||
|
@@ -8,14 +8,14 @@
|
||
|
#
|
||
|
subdir=Magick++/tests
|
||
|
. ./common.shi
|
||
|
-echo "1..13"
|
||
|
+echo "1..11"
|
||
|
|
||
|
SRCDIR=${top_srcdir}/${subdir}/
|
||
|
export SRCDIR
|
||
|
|
||
|
cd ${subdir} || exit 1
|
||
|
|
||
|
-for mytest in appendImages attributes averageImages coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages
|
||
|
+for mytest in averageImages coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages
|
||
|
do
|
||
|
./${mytest} && echo "ok" || echo "not ok"
|
||
|
done
|