diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-12 18:17:48 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-12 18:18:17 +0100 |
| commit | 5c101b3d4651b2f181ac586b088894cce5008d3b (patch) | |
| tree | f896a7fa9ee06ad431bc6c592e596b4743393c25 | |
| parent | e7a777ce61efa97f90595be418d757a83483002b (diff) | |
test: Fix some weird editing artefact
| -rwxr-xr-x | test/integration/test-bug-598669-install-postfix-gets-exim-heavy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-598669-install-postfix-gets-exim-heavy b/test/integration/test-bug-598669-install-postfix-gets-exim-heavy index 98479b5fd..b3f11956b 100755 --- a/test/integration/test-bug-598669-install-postfix-gets-exim-heavy +++ b/test/integration/test-bug-598669-install-postfix-gets-exim-heavy @@ -1,4 +1,4 @@ -t-bug-598669-install-postfix-gets-exim-heavy!/bin/sh +#!/bin/sh set -e TESTDIR="$(readlink -f "$(dirname "$0")")" |
