summarylogtreecommitdiffstats
path: root/fix-libexec-path.patch
blob: bd7416824497ac5e2bcf5a104c0ad9a8b1167f7e (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/bin/bats b/bin/bats
index a852306..ce7f883 100755
--- a/bin/bats
+++ b/bin/bats
@@ -41,4 +41,4 @@ bats_resolve_absolute_root_dir() {

 export BATS_ROOT
 bats_resolve_absolute_root_dir "$0" 'BATS_ROOT'
-exec "$BATS_ROOT/libexec/bats-core/bats" "$@"
+exec "$BATS_ROOT/lib/bats/bats" "$@"