summary refs log tree commit diff
path: root/lib/tests
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-03-08 08:36:35 -0500
committerGitHub <noreply@github.com>2018-03-08 08:36:35 -0500
commit6fcf691545896b278cc8e6961af5db9331656f8c (patch)
tree6b0251f3e970797078aba0c87a770cd01783f47a /lib/tests
parent300e272e021e1c3cae868dbc0fd1a7f69b7197d9 (diff)
downloadnixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar.gz
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar.bz2
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar.lz
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar.xz
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.tar.zst
nixlib-6fcf691545896b278cc8e6961af5db9331656f8c.zip
lib-tests: Don't depend on /bin/sh
https://hydra.nixos.org/build/70748333
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index a6184041682f..9904a25ecc48 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -21,7 +21,7 @@ pkgs.stdenv.mkDerivation {
     nix-store --init
 
     cd ${pkgs.path}/lib/tests
-    ./modules.sh
+    bash ./modules.sh
 
     [[ "$(nix-instantiate --eval --strict misc.nix)" == "[ ]" ]]