]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
- fix typo
authorArtur Frysiak <artur@frysiak.net>
Sun, 4 Feb 2007 13:32:23 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-check.patch -> 1.1

crossfire-check.patch [new file with mode: 0644]

diff --git a/crossfire-check.patch b/crossfire-check.patch
new file mode 100644 (file)
index 0000000..ca465b1
--- /dev/null
@@ -0,0 +1,11 @@
+--- crossfire-1.9.1/test/unit/crossedit/check_stubs.c.wig      2007-02-03 23:42:27.000000000 +0100
++++ crossfire-1.9.1/test/unit/crossedit/check_stubs.c  2007-02-03 23:42:41.000000000 +0100
+@@ -68,7 +68,7 @@
+   Suite *s = stubs_suite();
+   SRunner *sr = srunner_create(s);
+   srunner_set_xml(sr,LOGDIR "/unit/crossedit/stubs.xml");
+-  srunner_set_out(sr,LOGDIR "/unit/crossedit/stubs.out");
++  srunner_set_log(sr,LOGDIR "/unit/crossedit/stubs.out");
+   srunner_run_all(sr, CK_ENV); /*verbosity from env variable*/
+   nf = srunner_ntests_failed(sr);
+   srunner_free(sr);
This page took 0.069386 seconds and 4 git commands to generate.