summaryrefslogtreecommitdiff
path: root/pactest/tests/mode001.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-04-28 20:41:30 -0500
committerDan McGee <dan@archlinux.org>2008-04-28 22:24:40 -0500
commit1201c8ce3aa6a8622400e4423c532c19e83f48aa (patch)
tree170d6b0c940797b84ab1788fbcb1c3d9fd5170ce /pactest/tests/mode001.py
parent245efca759adfcaf7e8d032477a9fe6e22860d86 (diff)
downloadpacman-1201c8ce3aa6a8622400e4423c532c19e83f48aa.tar.xz
Update pactest to allow setting modes on created files
This should allow some future tests to set modes and ensure they are set after installation. It is also in anticipation of a test for checking permissions on pacnew files. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/mode001.py')
-rw-r--r--pactest/tests/mode001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/mode001.py b/pactest/tests/mode001.py
index ff245a2c..4ec11e10 100644
--- a/pactest/tests/mode001.py
+++ b/pactest/tests/mode001.py
@@ -1,7 +1,7 @@
self.description = "Check the mode of default files in a package"
p = pmpkg("pkg1")
-p.files = ["bin/foo"
+p.files = ["bin/foo",
"bin/bar"]
self.addpkg(p)