tests: remove bashism from a test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 May 2013 11:59:19 +0000 (13:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 May 2013 11:59:19 +0000 (13:59 +0200)
commit9c813963e2f67cbf4604a1a1947c2ff779ecc8f0
treed2dad24b8378863073e97eaabc6e8d6ed8b4e821
parent2d3a2e36b595cd740894823d060e31c6c483f569
tests: remove bashism from a test

* t/preproc-c-compile.sh (Makefile.am): Use "test foo = bar", not the
bash-specific "test foo == bar".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/preproc-c-compile.sh