On Thursday 04 August 2011, Jim Meyering wrote: > ... > > So, time to remove dead code, right? :-) > > > > What about the attached patch? > > Applied. Thanks. > ... Thanks for the quick feedback. Since we are at it, what about the attached patch, that converts all `framwork_failure' calls to `framowork_failure_' ones? Note that I've assumed it's OK to use `framowork_failure_' without argument, as that was being done by many pre-existing tests already. JFTR, the patch has been mostly automatically generated with the following command: grep -lrIE --exclude-dir .git '\bframework_failure\b' . | \ xargs sed -i 's/ framework_failure *$/ framework_failure_/' and then editing the reaming insrances in `tests/cp/acl', `tests/ln/hard-to-sym' and `tests/cp/cp-a-selinux' by hand. Thanks, Stefano P.S. I see that the `tests/init.cfg', while not being trivial at all, lacks a copyright notice. Should this be added?