From e437da1e4fa0bcda592526fa26465bc9a79b3afb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Nov 2020 23:31:58 +0100 Subject: [PATCH] d/t/timedated: use /bin/bash to work around job handling issue in dash See: #975010 --- debian/tests/timedated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/timedated b/debian/tests/timedated index 23e6379d2..6e718e3c0 100755 --- a/debian/tests/timedated +++ b/debian/tests/timedated @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e . `dirname $0`/assert.sh