diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-08 22:34:05 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-14 14:18:40 +0200 |
commit | db043a9b1a109478581f19b69a3019fc15f672aa (patch) | |
tree | 801aff19f31bcf7da278914beac1e8c5c0e353f4 | |
parent | test: Fix section of StateDirectory= (diff) | |
download | systemd-db043a9b1a109478581f19b69a3019fc15f672aa.tar.xz systemd-db043a9b1a109478581f19b69a3019fc15f672aa.zip |
test: Use usual setup in integration-test-setup script
-rwxr-xr-x | test/integration-test-setup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration-test-setup.sh b/test/integration-test-setup.sh index 71f576f61f..d7c384a97c 100755 --- a/test/integration-test-setup.sh +++ b/test/integration-test-setup.sh @@ -1,6 +1,7 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later -set -e +set -eux +set -o pipefail case "$1" in setup) |