mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
a05c06720a
commit
d6445dff14
1 changed files with 4 additions and 1 deletions
|
@ -321,7 +321,10 @@ (define read-at
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue