summaryrefslogtreecommitdiffstats
path: root/test/integration/test-bug-633350-do-not-kill-last-char-in-Release
blob: d7dd261f6982ef5a7d4faf64c16238c6122845ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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