]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Remove bashism from test-wrapper.sh /bin/sh script.
authorMark Wielaard <mark@klomp.org>
Sat, 31 Oct 2020 10:19:23 +0000 (11:19 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 31 Oct 2020 10:19:23 +0000 (11:19 +0100)
commit92692b817028499111a5446cf1bc8369d0a3b408
tree47503bb2558c119376500dd40fed99837d06fc8c
parent70717f8c1fdef3ba5e83508bd3956b2479536534
tests: Remove bashism from test-wrapper.sh /bin/sh script.

Debian uses dash as /bin/sh which is pretty strict about syntax. It
didn't like the == in  the test for strings in the test-wrapper.sh.
Replace by single =.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/test-wrapper.sh