summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm31
1 files changed, 26 insertions, 5 deletions
diff --git a/guix.scm b/guix.scm
index 275f2ad..2a8f7f5 100644
--- a/guix.scm
+++ b/guix.scm
@@ -167,11 +167,32 @@
(("#!/gnu/store/.*/bin/sh")
"#!/bin/sh")))
(with-directory-excursion "tests/libgnu"
- (substitute* '("test-verify.sh" "test-select-out.sh" "test-select-in.sh"
- "test-vc-list-files-git.sh" "test-setlocale1.sh"
- "test-lseek.sh" "test-binary-io.sh" "test-ftruncate.sh"
- "test-init.sh" "test-vc-list-files-cvs.sh"
- "test-setlocale2.sh" "test-perror.sh")
+ (substitute* '(
+ "test-fflush2.sh"
+ "test-fseek.sh"
+ "test-fseek2.sh"
+ "test-fseeko.sh"
+ "test-fseeko2.sh"
+ "test-fseeko3.sh"
+ "test-fseeko4.sh"
+ "test-ftell.sh"
+ "test-ftell2.sh"
+ "test-ftello.sh"
+ "test-ftello2.sh"
+ "test-ftello4.sh"
+ "test-ftruncate.sh"
+ "test-init.sh"
+ "test-lseek.sh"
+ "test-perror.sh"
+ "test-select-in.sh"
+ "test-select-out.sh"
+ "test-setlocale1.sh"
+ "test-setlocale2.sh"
+ "test-vc-list-files-cvs.sh"
+ "test-vc-list-files-git.sh"
+ "test-verify.sh"
+ "test-binary-io.sh"
+ )
(("#!/gnu/store/.*/bin/sh")
"#!/bin/sh")))
(with-directory-excursion "tests/libprog"