# # # patch "Makefile.am" # from [84470abfc7bf83839a2a88b50730bfd80fb16751] # to [d57d9f1898a678ceadb927e18d45ff4e090022c6] # # patch "test/run-tests.sh" # from [db2dc5562ef5a681219cd92a7d0fdd539bc1c988] # to [608db7ff9813f466ec31e7307b0b13797f00a685] # ============================================================ --- Makefile.am 84470abfc7bf83839a2a88b50730bfd80fb16751 +++ Makefile.am d57d9f1898a678ceadb927e18d45ff4e090022c6 @@ -19,7 +19,13 @@ TESTS=test/run-tests.sh TESTS=test/run-tests.sh -EXTRA_DIST = ChangeLog.txt +EXTRA_DIST = ChangeLog.txt test +mostlyclean-local: + rm -rf test/confdir test/status test/test*/databases \ + test/test*/*.mtn test/test*/*.mtn-journal \ + test/test*/server-logs \ + test/test*/testlog.log test/test*/usher.conf.full + ChangeLog.txt: $(srcdir)/ChangeLog > $@ ============================================================ --- test/run-tests.sh db2dc5562ef5a681219cd92a7d0fdd539bc1c988 +++ test/run-tests.sh 608db7ff9813f466ec31e7307b0b13797f00a685 @@ -86,7 +86,8 @@ for test_name in $(ls $SRCDIR/test/); do cp databases/*.mtn ./ # see if it works - cp $SRCDIR/test/usher.conf.head usher.conf.full + # 'cp' will preserve read-only-ness, which messes up distcheck + cat $SRCDIR/test/usher.conf.head > usher.conf.full sed '/^local/ s,$, "--confdir" "'$TESTDIR/confdir'",' \ < $TEST_SRC/usher.conf >> usher.conf.full