]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-get-install-deb
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 # regression test for #754904
11 testequal
'E: Unable to locate package /dev/null' aptget
install -qq /dev
/null
13 # and ensure we fail for invalid debs
15 I'm not a deb, I'm a teapot.
17 testequal
'E: Sub-process Popen returned an error code (100)
18 E: Encountered a section with no Package: header
19 E: Problem with MergeLister for ./foo.deb
20 E: The package lists or status file could not be parsed or opened.' aptget
install -qq .
/foo.deb
22 # fakeroot is currently not found, framwork needs updating
24 #buildsimplenativepackage 'foo' 'all' '1.0'
26 #testequal 'Selecting previously unselected package foo.
27 #(Reading database ... 0 files and directories currently installed.)
28 # Preparing to unpack .../incoming/foo_1.0_all.deb ...
29 #Unpacking foo (1.0) ...
30 #Setting up foo (1.0) ...' aptget install -qq ./incoming/foo_1.0_all.deb