summarylogtreecommitdiffstats
path: root/fix-libexec-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-libexec-path.patch')
-rw-r--r--fix-libexec-path.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/fix-libexec-path.patch b/fix-libexec-path.patch
deleted file mode 100644
index bd7416824497..000000000000
--- a/fix-libexec-path.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-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" "$@"