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 "..".
This commit is contained in:
Ludovic Courtès 2015-09-24 10:36:24 +02:00
parent a05c06720a
commit d6445dff14
1 changed files with 4 additions and 1 deletions

View File

@ -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)