mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 13:15:06 -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_LIBDIR=${CHRONY_LIBDIR:-/var/lib/chrony}
|
||||
TEST_LOGDIR=${CHRONY_LOGDIR:-/var/log/chrony}
|
||||
|
||||
Reference in New Issue
Block a user