summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/guix-shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-shell.sh b/tests/guix-shell.sh
index ed368515eba..2f5fd868092 100644
--- a/tests/guix-shell.sh
+++ b/tests/guix-shell.sh
@@ -48,7 +48,7 @@ guix shell -s armhf-linux intelmetool -n && false
48# opens a couple of extra FDs. 48# opens a couple of extra FDs.
49initial_fd_list="$(echo /proc/$$/fd/*)" 49initial_fd_list="$(echo /proc/$$/fd/*)"
50fd_list="$(guix shell --bootstrap guile-bootstrap -- \ 50fd_list="$(guix shell --bootstrap guile-bootstrap -- \
51 "$SHELL" -c 'echo /proc/$$/fd/*')" 51 bash -c 'echo /proc/$$/fd/*')"
52test "$(echo $fd_list | wc -w)" -le "$(echo $initial_fd_list | wc -w)" 52test "$(echo $fd_list | wc -w)" -le "$(echo $initial_fd_list | wc -w)"
53 53
54# Ignoring unauthorized files. 54# Ignoring unauthorized files.