summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-02-03 05:36:53 +0100
committerAllan McRae <allan@archlinux.org>2013-02-07 01:48:11 +0100
commitfc0ec7644ca55f16c81b2f037cfccbfe79679019 (patch)
tree50a269372f97731c088526a522113c2e2e6c9eda /test
parent2d832adf08ea428a956cf9e070a347fc01fb67de (diff)
downloadpacman-fc0ec7644ca55f16c81b2f037cfccbfe79679019.tar.gz
pacman-fc0ec7644ca55f16c81b2f037cfccbfe79679019.tar.xz
Remove outdated instructions in pactest README
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/pacman/README b/test/pacman/README
index e563379a..b6189d22 100644
--- a/test/pacman/README
+++ b/test/pacman/README
@@ -49,21 +49,6 @@ Upon completion, it checks that:
- all files from the package exist in the filesystem.
-Installation
-============
-
-Simply extract the pactest tarball, jump into the newly created directory and
-run pactest.py. See the usage section below.
-
-Remark: pacman 3.x restrictions regarding fakeroot must be disabled.
-It can be done by configuring pacman with the --disable-fakeroot flag:
- ./configure --disable-fakeroot
-
-For pacman 2.9.x releases, apply the patch found in the patches directory,
-then export CFLAGS as following before rebuilding pacman:
- export CFLAGS=-DNOFAKEROOT
-
-
Usage
=====