]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
tests: Make shebangs NixOS compatible
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 17 Dec 2020 09:19:14 +0000 (10:19 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 17 Dec 2020 09:19:14 +0000 (10:19 +0100)
tests/expect.wv
tests/novaboot.wv
tests/parser.wv
tests/server.wv

index d47ab76a7e7efd5459f3031a140bb476eb8eac1c..c70b234534bb9666a09c04118582960bd613ccfb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cd $(dirname $0)
 . wvtest.sh
index b2faa72299471f9a797babc8e117e7f22d38fd4c..50c12306e54a222855a87bf73c9abbd5c946f4b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cd $(dirname $0)
 . wvtest.sh
index 4825d776b2725d9ca665bee61d321840cda31ba8..c8c6932889d90b82988ffb620dba628c81b5d064 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cd $(dirname $0)
 . wvtest.sh
index 72ed35217fc8228acf8be77dcd6b3c682aa9cd33..86bea7cef577a688f373686a4d0eda3bb6b30710 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cd $(dirname $0)
 . wvtest.sh