diff options
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 7d7c5d7ff9..11698f2091 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -874,7 +874,7 @@ class FetchCheckStatusTest(FetcherTest): | |||
874 | 874 | ||
875 | 875 | ||
876 | class GitMakeShallowTest(FetcherTest): | 876 | class GitMakeShallowTest(FetcherTest): |
877 | bitbake_dir = os.path.join(os.path.dirname(os.path.join(__file__)), '..', '..', '..') | 877 | bitbake_dir = os.path.join(os.path.dirname(os.path.join(os.path.abspath(__file__))), '..', '..', '..') |
878 | make_shallow_path = os.path.join(bitbake_dir, 'bin', 'git-make-shallow') | 878 | make_shallow_path = os.path.join(bitbake_dir, 'bin', 'git-make-shallow') |
879 | 879 | ||
880 | def setUp(self): | 880 | def setUp(self): |