Hi Mark, these two patches work, but not all errors are fixed. The Makefile now respects the DEB_BUILD_OPTIONS=nocheck.
Also one of the missing tests is now successful. However, there are still 6 tests failing. Log output: --- Running ./basic Running ./sanitise_env_optind Running ./options diff: expected/target: No such file or directory ERROR: test ./options FAILED Running ./dpkg_confmiss Running ./confdel diff: expected/target: No such file or directory ERROR: test ./confdel FAILED Running ./code_injection Running ./basic_noaction diff: expected/target: No such file or directory ERROR: test ./basic_noaction FAILED Running ./md5sum_nomatch Running ./confold Running ./purge Only in /var/lib/ucf: cache ERROR: test ./purge FAILED Running ./basic_with_re_special Running ./ucfr_ucfq Running ./confnew Running ./dpkg_confdef Running ./example_rename_deleted diff: expected/target: No such file or directory ERROR: test ./example_rename_deleted FAILED Running ./example_rename_unmodified Running ./basic_with_spaces Running ./dpkg_confold Running ./confmod Running ./dpkg_confnew Running ./md5sum_match Running ./confmiss Running ./sanitise_env_multiline Running ./dpkg_confmod_forcenew Running ./dpkg_confask Running ./confmod_forcenew Running ./example_rename_modified Running ./example_remove diff: expected/target: No such file or directory ERROR: test ./example_remove FAILED Testsuite report: Success: 22 Skipped: 0 Failed: 6 TOTAL: 28 --- There are still missing expected/target folders as well something in the /var/lib/ucf: cache Furthermore, there are also non-existent expected/state folder, which do net get reported in the log because the first diff already fails and aborts the test. Best regards Dirk