mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 16:25:07 -05:00
test: use env in shebang of system tests
This should allow the tests to run on systems where bash is not in /bin.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. ./test.common
|
||||
|
||||
|
||||
Reference in New Issue
Block a user