~mvo/apt/lp346386

« back to all changes in this revision

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

  • Committer: Michael Vogt
  • Date: 2012-01-30 19:22:18 UTC
  • mfrom: (1561.70.94 apt-experimental)
  • Revision ID: michael.vogt@ubuntu.com-20120130192218-hdnxpmj5yhteekf1
mergedĀ fromĀ donkult

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
echo '#! /bin/sh
57
57
echo "amd64 armel"' > ./dpkg-printer
58
58
 
59
 
testpass 'dpkg config' 'armel'
 
59
testpass 'dpkg config' 'i386'
 
60
testpass 'dpkg config' 'amd64'
 
61
testpass 'dpkg config' 'armel'
 
62
 
 
63
echo '#! /bin/sh
 
64
echo "amd64
 
65
armel"' > ./dpkg-printer
 
66
 
 
67
testpass 'dpkg config' 'i386'
 
68
testpass 'dpkg config' 'amd64'
 
69
testpass 'dpkg config' 'armel'
 
70
 
 
71
echo '#! /bin/sh
 
72
echo "amd64
 
73
i386"' > ./dpkg-printer
 
74
 
 
75
testpass 'dpkg config' 'i386'
 
76
testpass 'dpkg config' 'amd64'
 
77
testfail 'dpkg config' 'armel'