lib/tests: Use correct shebang line

The script uses plenty of non-POSIX features, such as referencing
`$BASH_SOURCE`.
This commit is contained in:
Victor Engmark 2021-11-26 09:51:13 +13:00
parent 40d1c87bea
commit 5e85cd86af

View File

@ -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.