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
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue