Skip to content

Commit

Permalink
Use builddir instead of srcdir to find the dd utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dashea committed Jul 8, 2015
1 parent eea42da commit 83577eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dd_tests/dd_test.py
Expand Up @@ -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
Expand Down

0 comments on commit 83577eb

Please sign in to comment.