X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=1fc1d4773110bc579f4c2b53e83e12f1b3c02f48;hb=682635f59f5271a071418e1eb6ccf0c3b3247c28;hp=05287483a52147ed19fac447fd7b2a8393f43ef5;hpb=320126c3d0849c453896cd9f2fd570bff38c307c;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py old mode 100755 new mode 100644 index 05287483..1fc1d477 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1504,7 +1504,8 @@ def get_changes_files(from_dir): apt_pkg.init() Cnf = apt_pkg.newConfiguration() -apt_pkg.ReadConfigFileISC(Cnf,default_config) +if not os.getenv("DAK_TEST"): + apt_pkg.ReadConfigFileISC(Cnf,default_config) if which_conf_file() != default_config: apt_pkg.ReadConfigFileISC(Cnf,which_conf_file())