test: update test script shebang to be compatible with NixOS (#550)

This commit is contained in:
abdennourzahaf 2025-01-07 06:05:03 +01:00 committed by GitHub
parent c12fad2d22
commit b082ad5eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
mkdir -p ".testenv/config/nvim"