summary refs log tree commit diff
path: root/lib/tests
diff options
context:
space:
mode:
authorVictor Engmark <vengmark@linz.govt.nz>2021-11-26 09:51:13 +1300
committerVictor Engmark <vengmark@linz.govt.nz>2021-11-26 10:51:12 +1300
commit5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2 (patch)
tree07be0209b311cde5088134abfd17f1bc5f50c2de /lib/tests
parent40d1c87bea38b3937fd4837cbb93fed7be4ffd1d (diff)
downloadnixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar.gz
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar.bz2
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar.lz
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar.xz
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.tar.zst
nixpkgs-5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2.zip
lib/tests: Use correct shebang line
The script uses plenty of non-POSIX features, such as referencing
`$BASH_SOURCE`.
Diffstat (limited to 'lib/tests')
-rwxr-xr-xlib/tests/modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh
index 2f36d6107ca..1c6a907b793 100755
--- a/lib/tests/modules.sh
+++ b/lib/tests/modules.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
 # This script is used to test that the module system is working as expected.
 # By default it test the version of nixpkgs which is defined in the NIX_PATH.