From 1dd11f7efc397bb87e8b84fea0071014ca66fe6e Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Fri, 10 Sep 2021 05:00:09 +0200 Subject: [PATCH] =?UTF-8?q?[nozzle]=20fix=20tests=20on=20machines=20that?= =?UTF-8?q?=20don=C2=B4t=20have=20bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio M. Di Nitto --- libnozzle/tests/nozzle_run_updown_exit_false | 2 +- libnozzle/tests/nozzle_run_updown_exit_true | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libnozzle/tests/nozzle_run_updown_exit_false b/libnozzle/tests/nozzle_run_updown_exit_false index 7da20628..4ff2b727 100755 --- a/libnozzle/tests/nozzle_run_updown_exit_false +++ b/libnozzle/tests/nozzle_run_updown_exit_false @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (C) 2010-2021 Red Hat, Inc. All rights reserved. diff --git a/libnozzle/tests/nozzle_run_updown_exit_true b/libnozzle/tests/nozzle_run_updown_exit_true index c40177bb..c1e94682 100755 --- a/libnozzle/tests/nozzle_run_updown_exit_true +++ b/libnozzle/tests/nozzle_run_updown_exit_true @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (C) 2010-2021 Red Hat, Inc. All rights reserved.