Skip to content

Commit d47a452

Browse files
author
David Noble
committed
Fixed a test break related to running tests from a symbolically linked directory
1 parent 4e9a9a5 commit d47a452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/searchcommands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def load_tests(loader, tests, pattern):
2929
from splunklib.searchcommands import environment
3030
from splunklib import searchcommands
3131

32-
package_directory = path.dirname(path.abspath(__file__))
32+
package_directory = path.dirname(path.realpath(__file__))
3333
project_root = path.dirname(path.dirname(package_directory))
3434

3535

0 commit comments

Comments
 (0)