aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-07 08:47:36 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-07 08:47:36 +0200
commit3f3be050c02a1f1846fa30ca337e711c16e300f9 (patch)
treedcdeb6eba39313b3f8ca80ae92b32a79da726ea3 /pkg/vcs
parentef6b94b52219de122b7848a031dbcae34ca80965 (diff)
pkg/vcs: fix config bisection test
/bin/bash is usually installed on linux'es, but not on other OSes, e.g. *BSDs. Use /bin/sh instead of /bin/bash.
Diffstat (limited to 'pkg/vcs')
-rwxr-xr-xpkg/vcs/testdata/linux/config-bisect.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vcs/testdata/linux/config-bisect.pl b/pkg/vcs/testdata/linux/config-bisect.pl
index 1ed8a377f..3388e3da0 100755
--- a/pkg/vcs/testdata/linux/config-bisect.pl
+++ b/pkg/vcs/testdata/linux/config-bisect.pl
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# config-bisect.pl -l ctx.git.dir -r -b ctx.git.dir kernelBaselineConfig kernelConfig