summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-24 10:36:24 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-24 10:36:24 +0200
commitd6445dff1484cbd7b9c05906a8210fe99898daa2 (patch)
tree06110fb0f6289940e23ae5cd5bb711ac83c101ff /tests
parenta05c06720a32220ab4b688fd2496746099a6da39 (diff)
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 "..".
Diffstat (limited to 'tests')
-rw-r--r--tests/packages.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/packages.scm b/tests/packages.scm
index ace2f36f196..b28ae0b6623 100644
--- a/tests/packages.scm
+++ b/tests/packages.scm
@@ -321,7 +321,10 @@
321 (chmod "." #o777) 321 (chmod "." #o777)
322 (symlink "guile" "guile-rocks") 322 (symlink "guile" "guile-rocks")
323 (copy-recursively "../share/guile/2.0/scripts" 323 (copy-recursively "../share/guile/2.0/scripts"
324 "scripts")))))) 324 "scripts")
325
326 ;; Make sure '.file_list' can be created.
327 (chmod ".." #o777))))))
325 (package (package (inherit (dummy-package "with-snippet")) 328 (package (package (inherit (dummy-package "with-snippet"))
326 (source source) 329 (source source)
327 (build-system trivial-build-system) 330 (build-system trivial-build-system)