diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 19:52:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 19:52:33 (EDT) |
commit | 46fa260ea1d89cdb39bf4fd7ca606bd076ab900f (patch) | |
tree | f837a6247df4c56336e7aaeb954dbf8ee429d527 /tests/process-incoming.sh | |
parent | 1b5ca65060ae01ed5232adfb8575ef807fb2e8a9 (diff) |
tests/*.sh: Add ":" to end for zero exit status
Diffstat (limited to 'tests/process-incoming.sh')
-rwxr-xr-x | tests/process-incoming.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/process-incoming.sh b/tests/process-incoming.sh index 837aa2e..0a3fc9e 100755 --- a/tests/process-incoming.sh +++ b/tests/process-incoming.sh @@ -105,3 +105,5 @@ command_ok_ 'package "baz" SHA256sum OK' -- \ sed 's/ .*$//')" \ = "x$(sed -n 's/^SHA256sum: //p;' "${got_packages}" | \ sed -n '2{ p; q; }')" ] + +: |