mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Changed "( ... )" to " ...
" in tests/pngstest (John Bowler)
This commit is contained in:
parent
0de0101fdd
commit
2c8a90ef52
@ -17,8 +17,7 @@ gamma="$1"
|
|||||||
shift
|
shift
|
||||||
alpha="$1"
|
alpha="$1"
|
||||||
shift
|
shift
|
||||||
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"}
|
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} `
|
||||||
(
|
|
||||||
for f in "${srcdir}/contrib/testpngs/"*.png
|
for f in "${srcdir}/contrib/testpngs/"*.png
|
||||||
do
|
do
|
||||||
g=
|
g=
|
||||||
@ -50,4 +49,4 @@ exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"}
|
|||||||
test "$alpha" = "opaque" -o "$alpha" = "none" && echo "$g";;
|
test "$alpha" = "opaque" -o "$alpha" = "none" && echo "$g";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
)
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user