From: Michal Sojka Date: Thu, 17 Dec 2020 09:19:14 +0000 (+0100) Subject: tests: Make shebangs NixOS compatible X-Git-Tag: 20210126a~21 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/cf9296c36dba70a9a5b9c2dd0081af853c7b4821 tests: Make shebangs NixOS compatible --- diff --git a/tests/expect.wv b/tests/expect.wv index d47ab76..c70b234 100755 --- a/tests/expect.wv +++ b/tests/expect.wv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0) . wvtest.sh diff --git a/tests/novaboot.wv b/tests/novaboot.wv index b2faa72..50c1230 100755 --- a/tests/novaboot.wv +++ b/tests/novaboot.wv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0) . wvtest.sh diff --git a/tests/parser.wv b/tests/parser.wv index 4825d77..c8c6932 100755 --- a/tests/parser.wv +++ b/tests/parser.wv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0) . wvtest.sh diff --git a/tests/server.wv b/tests/server.wv index 72ed352..86bea7c 100755 --- a/tests/server.wv +++ b/tests/server.wv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0) . wvtest.sh