aboutsummaryrefslogtreecommitdiff
path: root/tests/union.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-11-16 22:10:03 +0100
committerLudovic Courtès <ludo@gnu.org>2013-11-16 22:10:03 +0100
commit127ed6a9ddcaaec56e88b717892e74e3840584ef (patch)
treec5dcec61e661a49ccf9cb11633b1acbd4d9ad57f /tests/union.scm
parent062134985802d85066418f6ee2f327122166a567 (diff)
downloadguix-127ed6a9ddcaaec56e88b717892e74e3840584ef.tar
guix-127ed6a9ddcaaec56e88b717892e74e3840584ef.tar.gz
tests: Adjust to bootstrap tarball updates.
Reported by Mark H. Weaver <mhw@netris.org>. * tests/packages.scm ("package-source-derivation, snippet"): Change to "guile-2.0.9.tar.xz". * tests/union.scm ("union-build"): Check or include/c++ being a symlink.
Diffstat (limited to 'tests/union.scm')
-rw-r--r--tests/union.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/union.scm b/tests/union.scm
index cb110c3b1e..54e2850942 100644
--- a/tests/union.scm
+++ b/tests/union.scm
@@ -116,10 +116,10 @@
(directory-exists? "lib/gcc")
(file-exists? "include/unistd.h")
- ;; The 'include' sub-directory is only found in
- ;; glibc-bootstrap, so it should be unified in a
+ ;; The 'include/c++' sub-directory is only found in
+ ;; gcc-bootstrap, so it should be unified in a
;; straightforward way, without traversing it.
- (eq? 'symlink (stat:type (lstat "include")))
+ (eq? 'symlink (stat:type (lstat "include/c++")))
;; Conversely, several inputs have a 'bin' sub-directory, so
;; unifying it requires traversing them all, and creating a