aboutsummaryrefslogtreecommitdiff
path: root/test/error/open-fail-simple.sh
blob: c8c67f744cace729fc899477973488c8cef318ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

t="$0.tmp"

cp ../input/white.pgm $t
chmod -r $t

${EXECUTABLE} $t > /dev/null
ret=$?

rm $t

exit $ret