]> git.pld-linux.org Git - packages/crossfire.git/blame - crossfire-check.patch
- fix build against automake-1.11.2
[packages/crossfire.git] / crossfire-check.patch
CommitLineData
65887462
AF
1--- crossfire-1.9.1/test/unit/crossedit/check_stubs.c.wig 2007-02-03 23:42:27.000000000 +0100
2+++ crossfire-1.9.1/test/unit/crossedit/check_stubs.c 2007-02-03 23:42:41.000000000 +0100
3@@ -68,7 +68,7 @@
4 Suite *s = stubs_suite();
5 SRunner *sr = srunner_create(s);
6 srunner_set_xml(sr,LOGDIR "/unit/crossedit/stubs.xml");
7- srunner_set_out(sr,LOGDIR "/unit/crossedit/stubs.out");
8+ srunner_set_log(sr,LOGDIR "/unit/crossedit/stubs.out");
9 srunner_run_all(sr, CK_ENV); /*verbosity from env variable*/
10 nf = srunner_ntests_failed(sr);
11 srunner_free(sr);
This page took 0.115577 seconds and 4 git commands to generate.