From: Daan De Meyer Date: Thu, 8 Aug 2024 20:34:05 +0000 (+0200) Subject: test: Use usual setup in integration-test-setup script X-Git-Tag: v257-rc1~705^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db043a9b1a109478581f19b69a3019fc15f672aa;p=thirdparty%2Fsystemd.git test: Use usual setup in integration-test-setup script --- diff --git a/test/integration-test-setup.sh b/test/integration-test-setup.sh index 71f576f61f7..d7c384a97cf 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)