~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to test/integration/test-bug-612958-use-dpkg-multiarch-config

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-01 17:48:58 UTC
  • mfrom: (1.4.87 sid)
  • Revision ID: package-import@ubuntu.com-20140401174858-4mv29mm29zu22fn1
Tags: 1.0.1ubuntu1
merge with the debian/sid 1.0.1 version
(LP: #1302033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
rm $CONFFILE
44
44
 
45
45
echo '#clear APT::Architectures;' >> $CONFFILE
 
46
echo 'APT::Architectures "i386,amd64";' >> $CONFFILE
 
47
 
 
48
testpass 'apt config' 'i386'
 
49
testpass 'apt config' 'amd64'
 
50
testfail 'apt config' 'armel'
 
51
 
 
52
rm $CONFFILE
 
53
 
 
54
echo '#clear APT::Architectures;' >> $CONFFILE
46
55
echo 'Dir::Bin::dpkg "./dpkg-printer";' >> $CONFFILE
47
56
 
48
57
echo '#! /bin/sh