test/pacman: fix spelling of distribution name and another typo
Signed-off-by: Michael Straube <straubem@gmx.de> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
2b1b7b7075
commit
b4a197a615
2 changed files with 4 additions and 4 deletions
|
@ -25,5 +25,5 @@ Release 0.1 (06/01/30)
|
|||
-----------
|
||||
Initial release.
|
||||
|
||||
Annoucement on the ArchLinux pacman-dev mailing list:
|
||||
Announcement on the Arch Linux pacman-dev mailing list:
|
||||
http://www.archlinux.org/pipermail/pacman-dev/2006-January/000186.html
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
README
|
||||
======
|
||||
|
||||
pactest is a test suite for the ArchLinux package manager: pacman.
|
||||
pactest is a test suite for the Arch Linux package manager: pacman.
|
||||
|
||||
It has a rather high level view of operations performed by pacman: it
|
||||
automatically creates a test environment based on a test case file
|
||||
|
@ -9,7 +9,7 @@ description, the run pacman, and finally check the results of test according
|
|||
to a set of rules defined in the test case.
|
||||
|
||||
It is written in Python and makes available most of what can be found in
|
||||
pacman's code to create ArchLinux packages or read and write databases entries.
|
||||
pacman's code to create Arch Linux packages or read and write databases entries.
|
||||
|
||||
Each test case is defined in a separate file that is sourced in order to set
|
||||
the environment.
|
||||
|
@ -149,7 +149,7 @@ Example:
|
|||
pkg1 = pmpkg("dummy", "2.1-1")
|
||||
pkg2 = pmpkg("foobar")
|
||||
|
||||
All fields from a ArchLinux package can be set and modified directly with no
|
||||
All fields from a Arch Linux package can be set and modified directly with no
|
||||
methods to access them.
|
||||
Note: some fields are automatically set by pactest and should preferably not
|
||||
be modified by hand (i.e. "md5sum", "size", or "csize").
|
||||
|
|
Loading…
Add table
Reference in a new issue