guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: tests: Adjust snippet test to '.file_list' hack.


From: Ludovic Courtès
Subject: 01/03: tests: Adjust snippet test to '.file_list' hack.
Date: Thu, 24 Sep 2015 19:30:48 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit d6445dff1484cbd7b9c05906a8210fe99898daa2
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 24 10:36:24 2015 +0200

    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 "..".
---
 tests/packages.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/packages.scm b/tests/packages.scm
index ace2f36..b28ae0b 100644
--- a/tests/packages.scm
+++ b/tests/packages.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]