From 592c43b440bccf0530f7935f926a7f74e12ff7c8 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 13 May 2010 16:46:50 +0000 Subject: [PATCH] Make k5test.py work for builds in the source dir git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24015 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/k5test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/k5test.py b/src/util/k5test.py index 9ac1fc845..880c6bd4f 100644 --- a/src/util/k5test.py +++ b/src/util/k5test.py @@ -387,7 +387,7 @@ def _find_buildtop(): def _find_srctop(): - scriptdir = os.path.dirname(sys.argv[0]) + scriptdir = os.path.abspath(os.path.dirname(sys.argv[0])) if not scriptdir: scriptdir = os.getcwd() root = _find_root(scriptdir) -- 2.26.2