summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-08 22:34:05 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-14 14:18:40 +0200
commitdb043a9b1a109478581f19b69a3019fc15f672aa (patch)
tree801aff19f31bcf7da278914beac1e8c5c0e353f4
parenttest: Fix section of StateDirectory= (diff)
downloadsystemd-db043a9b1a109478581f19b69a3019fc15f672aa.tar.xz
systemd-db043a9b1a109478581f19b69a3019fc15f672aa.zip
test: Use usual setup in integration-test-setup script
-rwxr-xr-xtest/integration-test-setup.sh5
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)