From b4a197a6155d6cb4d02e712bf324beb0502b4d51 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Sun, 9 Jul 2017 16:45:38 +0200 Subject: test/pacman: fix spelling of distribution name and another typo Signed-off-by: Michael Straube Signed-off-by: Allan McRae --- test/pacman/ChangeLog | 2 +- test/pacman/README | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/pacman/ChangeLog b/test/pacman/ChangeLog index fec0eb23..fed468d0 100644 --- a/test/pacman/ChangeLog +++ b/test/pacman/ChangeLog @@ -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 diff --git a/test/pacman/README b/test/pacman/README index a5fdeaad..224acd84 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -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"). -- cgit v1.2.3-24-g4f1b