1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Files
guix/tests
Ludovic Courtès 827d556311 tests: Rewrite 'fcntl-lock' test.
* tests/utils.scm (temp-file): New variable.
  ("fcntl-flock"): Rewrite to actually test whether the child process
  waits for the lock to be released.  The previous test was wrong
  because (1) it expected F_SETLK semantics, not F_SETLKW, and (2) it
  got EBADF because of a mismatch between the open mode and the lock
  style.
2014-03-06 21:42:24 +01:00
..
2013-07-01 23:28:21 +02:00
2013-02-01 13:16:45 +01:00
2014-01-06 22:25:29 +01:00
2013-12-21 21:47:17 +01:00
2014-02-21 23:49:52 +01:00
2014-02-03 23:20:49 +01:00
2013-12-29 15:57:24 +01:00
2013-02-01 13:16:45 +01:00
2014-03-06 21:42:24 +01:00