]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 12 Apr 2012 06:51:20 +0000 (06:51 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 12 Apr 2012 06:51:20 +0000 (06:51 +0000)
tests/validate-pipe.sh

index 0fe101fb08b692d4c784d0554709306f0e889813..4eb1182c9c0c2131a87ad9b0d9b333f9b7cc55b4 100755 (executable)
@@ -35,10 +35,11 @@ ${MAGICK} ${REFERENCE_IMAGE} -write -      null: | ${IDENTIFY} -
 ${MAGICK} ${REFERENCE_IMAGE} -write info: -exit
 # null: does not require an image during write
 ${MAGICK} -write null: -exit
+# implied write null: without image
 ${MAGICK} ${REFERENCE_IMAGE} -write info: +delete null:
-# Using file decriptors (write)
+# Write to file decriptor
 ${MAGICK} ${REFERENCE_IMAGE} fd:6  6>&1 | ${IDENTIFY} -
-# Using file decriptors (read)
+# Read from file decriptor
 exec 5<${REFERENCE_IMAGE}
 ${MAGICK} fd:5 info:
 exec 5<&-