diff options
| author | David Phillips <dbphillipsnz@gmail.com> | 2016-05-17 14:24:25 +1200 |
|---|---|---|
| committer | David Phillips <dbphillipsnz@gmail.com> | 2016-05-17 14:24:25 +1200 |
| commit | ec2005a6ba473e35c105c736719f0c779f5cfb4f (patch) | |
| tree | 01c9ff8608aaed3f4e7160bc666cc969d8a776fa | |
| parent | af0ce8d8361ab6e0da7a35abc770dda18ee1cd55 (diff) | |
| download | pgm-interlace-ec2005a6ba473e35c105c736719f0c779f5cfb4f.tar.xz | |
Add test case for empty frame
| -rwxr-xr-x | test/error/empty-frame.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/error/empty-frame.sh b/test/error/empty-frame.sh new file mode 100755 index 0000000..5d396e1 --- /dev/null +++ b/test/error/empty-frame.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +${EXECUTABLE} /dev/stdin < /dev/null |
