test-bug-633350-do-not-kill-last-char-in-Release 343 B

1234567891011121314151617
  1. #!/bin/sh
  2. set -e
  3. TESTDIR="$(readlink -f "$(dirname "$0")")"
  4. . "$TESTDIR/framework"
  5. setupenvironment
  6. configarchitecture 'amd64'
  7. insertpackage 'unstable' 'cool' 'amd64' '1.0'
  8. export APT_DONT_SIGN='InRelease'
  9. setupaptarchive --no-update
  10. echo 'NotAutomatic: yes' >> aptarchive/dists/unstable/Release
  11. signreleasefiles
  12. testsuccess aptget update