test: update test script shebang to be compatible with NixOS (#550)
This commit is contained in:
parent
c12fad2d22
commit
b082ad5eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir -p ".testenv/config/nvim"
|
mkdir -p ".testenv/config/nvim"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue