diff options
| author | David Phillips <dbphillipsnz@gmail.com> | 2016-05-18 13:57:15 +1200 |
|---|---|---|
| committer | David Phillips <dbphillipsnz@gmail.com> | 2016-05-18 13:57:15 +1200 |
| commit | 11608a72784bc821d0acbaabfb00fcb652bf40f2 (patch) | |
| tree | d1375db2c16032e3c7ec5129a93704240348fd3b /test/error | |
| parent | 7d662ce78e10ae531504a9431576534679b80598 (diff) | |
| download | pgm-interlace-11608a72784bc821d0acbaabfb00fcb652bf40f2.tar.xz | |
Fix header mismatch test case
Diffstat (limited to 'test/error')
| -rwxr-xr-x | test/error/header-mismatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error/header-mismatch.sh b/test/error/header-mismatch.sh index 92418ea..7a7669d 100755 --- a/test/error/header-mismatch.sh +++ b/test/error/header-mismatch.sh @@ -1,3 +1,3 @@ #!/bin/sh -${EXECUTABLE} ../input/{white,single-frame}.pgm > /dev/null +${EXECUTABLE} ../input/{white,white,white-whiteval}.pgm > /dev/null |
