* debian/tests/acceptance: Set shell to bash.

This commit is contained in:
Michael Banck 2019-02-04 15:17:35 +01:00
parent 73515105b2
commit 06a63bcc70
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -6,6 +6,7 @@ patroni (1.5.4-6) UNRELEASED; urgency=medium
* debian/pg_createconfig_patroni: Determine Patroni API port dynamically and
add @API_PORT@ substitution.
* debian/config.yml.in: Replace API port by @API_PORT@.
* debian/tests/acceptance: Set shell to bash.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 04 Feb 2019 12:15:43 +0100

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e