tests: Use /bin/sh instead of /bin/ls as always there binary
authorMark Wielaard <mark@klomp.org>
Fri, 17 Dec 2021 17:39:09 +0000 (18:39 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 17 Dec 2021 17:39:09 +0000 (18:39 +0100)
commita11e7753d0bf644feae0b3ed1d23e34961941089
tree0d0b5361d3d72b667f4dbad8965a15c7733d66d7
parent9098a37fcfb67342ad955efc71d1398e2f8a69c1
tests: Use /bin/sh instead of /bin/ls as always there binary

run-debuginfod-query-retry.sh would fail when /bin/ls wasn't available.
Use /bin/sh instead which really is always available.

GNU Guix doesn't have any other standard binary in /bin except for sh.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/run-debuginfod-query-retry.sh