~ruther/guix-local

d6445dff1484cbd7b9c05906a8210fe99898daa2 — Ludovic Courtès 10 years ago a05c067
tests: Adjust snippet test to '.file_list' hack.

This is a followup to commit 140b4bc.

* tests/packages.scm ("package-source-derivation, snippet")[source]: Add
  'chmod' call for "..".
1 files changed, 4 insertions(+), 1 deletions(-)

M tests/packages.scm
M tests/packages.scm => tests/packages.scm +4 -1
@@ 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)