From 83577ebfaac39c6b35e3bdce9af013eaf49dbe7e Mon Sep 17 00:00:00 2001 From: David Shea Date: Wed, 8 Jul 2015 15:53:47 -0400 Subject: [PATCH] Use builddir instead of srcdir to find the dd utils --- tests/dd_tests/dd_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dd_tests/dd_test.py b/tests/dd_tests/dd_test.py index 7fac060367c..e857db80630 100644 --- a/tests/dd_tests/dd_test.py +++ b/tests/dd_tests/dd_test.py @@ -14,7 +14,7 @@ from collections import namedtuple from rpmfluff import SourceFile, SimpleRpmBuild, expectedArch -TOP_SRCDIR = os.environ.get("top_srcdir", "../..") +TOP_SRCDIR = os.environ.get("top_builddir", "../..") UTILDIR = os.path.join(TOP_SRCDIR, "utils/dd") # helpers for calling the utilities