diff --git a/tests/validate-colorspace.sh b/tests/validate-colorspace.sh
index cb6b519..fc0d320 100755
--- a/tests/validate-colorspace.sh
+++ b/tests/validate-colorspace.sh
@@ -102,7 +102,8 @@
 test_color HSL   sRGB
 test_color HSB   sRGB
 test_color HWB   sRGB
-test_color Lab   sRGB
+test_color LAB   sRGB
+test_color Log   sRGB
 test_color YIQ   sRGB
 test_color YUV   sRGB
 test_color YCbCr sRGB
diff --git a/tests/validate-pipe.sh b/tests/validate-pipe.sh
index 4eb1182..4aa2311 100755
--- a/tests/validate-pipe.sh
+++ b/tests/validate-pipe.sh
@@ -30,7 +30,8 @@
 ${MAGICK} ${REFERENCE_IMAGE} -write -      null: | ${IDENTIFY} -
 
 # IMv7 "magick" testing
-
+# -read option
+${MAGICK} -read ${REFERENCE_IMAGE} info:
 # -exit can be used insted of implicit write
 ${MAGICK} ${REFERENCE_IMAGE} -write info: -exit
 # null: does not require an image during write