Skip to content

Commit 9d63a80

Browse files
committed
tests: replace /bin/bash with bash
For portability.
1 parent cccce3b commit 9d63a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functests/test_exclude_mono.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ get_monotonic_time()
6666
clock_id=$1; shift;
6767
FAKETIME_DONT_FAKE_MONOTONIC=${dont_fake_mono} \
6868
fakecmd "2014-07-21 09:00:00" \
69-
/bin/bash -c "for i in 1 2; do \
69+
bash -c "for i in 1 2; do \
7070
perl -w -MTime::HiRes=clock_gettime,${clock_id} -E \
7171
'say clock_gettime(${clock_id})'; \
7272
sleep 1; \

0 commit comments

Comments
 (0)