diff options
author | Chirantan Ekbote <chirantan.ekbote@gmail.com> | 2013-02-03 05:46:05 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-07 01:48:11 +0100 |
commit | defa56155828c3f8c8fb5a08a90190532aed2ca9 (patch) | |
tree | 8893184167c5767a58612727472cbc638637a3e2 | |
parent | fc0ec7644ca55f16c81b2f037cfccbfe79679019 (diff) | |
download | pacman-defa56155828c3f8c8fb5a08a90190532aed2ca9.tar.gz pacman-defa56155828c3f8c8fb5a08a90190532aed2ca9.tar.xz |
Document fakeroot and fakechroot as dependencies
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | test/pacman/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pacman/README b/test/pacman/README index b6189d22..958ff287 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -63,6 +63,14 @@ Note: several "--test" options can be passed to pactest. Use the "help" option to get the full list of parameters: ./pactest.py --help +The following pieces of software are required to run the pactest suite: + +fakeroot (required to run as non-root user) +http://fakeroot.alioth.debian.org + +fakechroot +http://fakechroot.alioth.debian.org + Parameters ========== |