]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 21 Aug 2012 22:25:24 +0000 (22:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 21 Aug 2012 22:25:24 +0000 (22:25 +0000)
Magick++/demo/demos.tap
Magick++/tests/tests.tap

index cbeca5ebba33cba68c9f456552731ebdab562ac8..892e13602057ffb7b9cfa4682e2f98775f055598 100755 (executable)
@@ -16,7 +16,7 @@ cd Magick++/demo || exit 1
 
 for demo in button demo flip gravity piddle shapes
 do
-  ${demo} && echo "ok" || echo "not ok"
+  ./${demo} && echo "ok" || echo "not ok"
 done
 
 for filter in bessel blackman box catrom cubic gaussian hamming hanning hermite lanczos mitchell point quadratic sample scale sinc triangle
index 5369bad22b700c274a322b3ef8b3b9df52dbd0ff..a9f3cda98802af6ee12bc6b0d0f7847531f89e95 100755 (executable)
@@ -14,6 +14,6 @@ cd Magick++/tests || exit 1
 
 for mytest in appendImages attributes averageImages coalesceImages coderInfo color colorHistogram exceptions montageImages morphImages readWriteBlob readWriteImages
 do
-  ${mytest} && echo "ok" || echo "not ok"
+  ./${mytest} && echo "ok" || echo "not ok"
 done
 :