From 76e2632459410dec81337edb6a9fee33c9a660f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:59:37 +0200 Subject: Adding upstream version 2.7.12. Signed-off-by: Daniel Baumann --- .../test-bug-633350-do-not-kill-last-char-in-Release | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 test/integration/test-bug-633350-do-not-kill-last-char-in-Release (limited to 'test/integration/test-bug-633350-do-not-kill-last-char-in-Release') diff --git a/test/integration/test-bug-633350-do-not-kill-last-char-in-Release b/test/integration/test-bug-633350-do-not-kill-last-char-in-Release new file mode 100755 index 0000000..d7dd261 --- /dev/null +++ b/test/integration/test-bug-633350-do-not-kill-last-char-in-Release @@ -0,0 +1,16 @@ +#!/bin/sh +set -e + +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" +setupenvironment +configarchitecture 'amd64' + +insertpackage 'unstable' 'cool' 'amd64' '1.0' + +export APT_DONT_SIGN='InRelease' +setupaptarchive --no-update + +echo 'NotAutomatic: yes' >> aptarchive/dists/unstable/Release +signreleasefiles +testsuccess aptget update -- cgit v1.2.3