diff options
| author | Ludovic Courtès | 2015-09-26 15:14:53 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2015-09-26 15:14:53 +0200 |
| commit | e1556533d3e57950417b2e35a68e95c65fee5042 (patch) | |
| tree | 41d67b065c7828e164af83254fb447849d9e880d /tests/packages.scm | |
| parent | 5d8d8f3b0a07edb3bd435830b076749f906537d8 (diff) | |
| parent | 92f1cefb74f6092c0c70f93140824ab806086272 (diff) | |
Merge branch 'core-updates'
Diffstat (limited to 'tests/packages.scm')
| -rw-r--r-- | tests/packages.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/packages.scm b/tests/packages.scm index ace2f36f1..b28ae0b66 100644 --- a/tests/packages.scm +++ b/tests/packages.scm @@ -321,7 +321,10 @@ (chmod "." #o777) (symlink "guile" "guile-rocks") (copy-recursively "../share/guile/2.0/scripts" - "scripts")))))) + "scripts") + + ;; Make sure '.file_list' can be created. + (chmod ".." #o777)))))) (package (package (inherit (dummy-package "with-snippet")) (source source) (build-system trivial-build-system) |