diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-27 08:11:03 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-27 08:11:03 +0200 |
commit | baf5b0745446dabe8166d860996dc54cfa09db3e (patch) | |
tree | 2361e8f8b085d59ec998b1037329b9fe5237b2c2 /tests/guix-shell.sh | |
parent | 8a0a5b4e6289eaa357bd2134101507aea320cc39 (diff) | |
parent | 5856e185a3d4f47e27dfd064a231b3a1d44a6494 (diff) |
Merge tracking branch 'master' into gnome-team.
Diffstat (limited to 'tests/guix-shell.sh')
-rw-r--r-- | tests/guix-shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-shell.sh b/tests/guix-shell.sh index ed368515eb..2f5fd86809 100644 --- a/tests/guix-shell.sh +++ b/tests/guix-shell.sh @@ -48,7 +48,7 @@ guix shell -s armhf-linux intelmetool -n && false # opens a couple of extra FDs. initial_fd_list="$(echo /proc/$$/fd/*)" fd_list="$(guix shell --bootstrap guile-bootstrap -- \ - "$SHELL" -c 'echo /proc/$$/fd/*')" + bash -c 'echo /proc/$$/fd/*')" test "$(echo $fd_list | wc -w)" -le "$(echo $initial_fd_list | wc -w)" # Ignoring unauthorized files. |