]> git.saurik.com Git - apt.git/blame - test/integration/test-bug-633350-do-not-kill-last-char-in-Release
fix testcase expecting incorrect remove log from dpkg
[apt.git] / test / integration / test-bug-633350-do-not-kill-last-char-in-Release
CommitLineData
ae6ea526
DK
1#!/bin/sh
2set -e
3
3abb6a6a
DK
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
ae6ea526
DK
6setupenvironment
7configarchitecture 'amd64'
8
9insertpackage 'unstable' 'cool' 'amd64' '1.0'
10
5a23c56d 11export APT_DONT_SIGN='InRelease'
18908589 12setupaptarchive --no-update
ae6ea526
DK
13
14echo 'NotAutomatic: yes' >> aptarchive/dists/unstable/Release
ae6ea526 15signreleasefiles
5a23c56d 16testsuccess aptget update