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)