On Sunday 18 September 2011, Stefano Lattarini wrote: > Severity: serious > > The bug is demonstrated by the attached test script. > I hope I'll be able to take a look into it soonish. > The test script has a couple of bugs, which I've now fixed. Attached is the patch I've pushed to expose the bug. Note that the following squash-in is enough to cause the test to pass: diff --git a/tests/test-driver-is-distributed.test b/tests/test-driver-is-distributed.test index 09ea45a..4bb03d7 100755 --- a/tests/test-driver-is-distributed.test +++ b/tests/test-driver-is-distributed.test @@ -29,6 +29,7 @@ END mkdir tests cat > Makefile.am << 'END' +TESTS= SUBDIRS = tests test0: echo ' ' $(DIST_COMMON) ' ' | grep '[ /]test-driver ' Regards, Stefano