File: tests-disable-guix-shell-test

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (15 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: guix/tests/guix-shell.sh
===================================================================
--- guix.orig/tests/guix-shell.sh
+++ guix/tests/guix-shell.sh
@@ -30,6 +30,10 @@ mkdir "$tmpdir" "$configdir" "$configdir
 XDG_CONFIG_HOME="$(realpath $configdir)"
 export XDG_CONFIG_HOME
 
+# Requires use of bootstrap binaries.
+. $(dirname $0)/common.sh
+skip_if_network_unreachable
+
 guix shell --bootstrap --pure guile-bootstrap -- guile --version
 
 # '--symlink' can only be used with --container.