index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-04-28 20:41:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-28 22:24:40 -0500 |
commit | 1201c8ce3aa6a8622400e4423c532c19e83f48aa (patch) | |
tree | 170d6b0c940797b84ab1788fbcb1c3d9fd5170ce /pactest/tests/mode001.py | |
parent | 245efca759adfcaf7e8d032477a9fe6e22860d86 (diff) |
-rw-r--r-- | pactest/tests/mode001.py | 2 |
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) |