summaryrefslogtreecommitdiff
path: root/app-emacs/emacs-bazel-mode/files/emacs-bazel-mode-bazel-test--directory.patch
blob: 81cdce53e80f7d502e42ab69b9526b404cd036bd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/test.el
+++ b/test.el
@@ -47,7 +47,7 @@
 
 (defconst bazel-test--directory
   ;; https://docs.bazel.build/versions/2.2.0/test-encyclopedia.html#initial-conditions.
-  (substitute-in-file-name "$TEST_SRCDIR/$TEST_WORKSPACE/")
+  (substitute-in-file-name "$PWD/")
   "Directory with data dependencies for this package.")
 
 ;;;; Helper macros