aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-16 14:17:17 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-16 14:17:17 +1200
commite080b4146c04c516455b2e9333b91151adb8264d (patch)
tree2af6d6d0f8ce41adf6a7b4c14b260f7c0ebeafe6
parent8ab71b138b0b68d5e4ae6d7cbf644d19e2dae359 (diff)
downloadpgm-interlace-e080b4146c04c516455b2e9333b91151adb8264d.tar.xz
Add test case for white value of zero
-rwxr-xr-xtest/error/zero-white.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/error/zero-white.sh b/test/error/zero-white.sh
new file mode 100755
index 0000000..065e6c5
--- /dev/null
+++ b/test/error/zero-white.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+${EXECUTABLE} /dev/stdin << EOF
+P5
+1
+1
+0
+q
+EOF