# # # patch "mtn_cvs/Makefile.am" # from [80fb7dd88db0498e628f1283ea41d901e2ad7900] # to [f771366b8de2abf0e841977c948ad33bb66c41a6] # ============================================================ --- mtn_cvs/Makefile.am 80fb7dd88db0498e628f1283ea41d901e2ad7900 +++ mtn_cvs/Makefile.am f771366b8de2abf0e841977c948ad33bb66c41a6 @@ -34,6 +34,6 @@ run_lua_tests: Makefile run_lua_tests: Makefile echo '#!/bin/sh' > $@ ; \ echo 'PATH=$(top_builddir):$$PATH' >> $@ ; \ - echo 'exec $(top_builddir)/tester $(srcdir)/testsuite.lua "$$@"' >> $@ ; \ + echo 'exec $(top_builddir)/tester $(srcdir)/lua-testsuite.lua "$$@"' >> $@ ; \ chmod 755 $@