check/check-0.9.13-volatile.patch
Jerry James b80917974b Add -volatile patch to fix test failure.
Update time-related configure fix.
2014-06-09 10:03:57 -06:00

12 lines
318 B
Diff

--- ./src/check_run.c.orig 2014-05-29 21:58:32.000000000 -0600
+++ ./src/check_run.c 2014-06-09 09:32:10.644294320 -0600
@@ -230,7 +230,7 @@ static int srunner_run_unchecked_setup(S
TestResult *tr;
List *l;
Fixture *f;
- int rval = 1;
+ volatile int rval = 1;
set_fork_status(CK_NOFORK);