tests: mcron: Adjust use of 'wait-for-file'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 26 Sep 2017 08:09:53 +0000 (10:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 26 Sep 2017 08:09:53 +0000 (10:09 +0200)
commit077f1e6384fbd28ffd02e9e10a413bb3c24aaa15
treec0730bc1d2f3fd90186ab6a6ac4a0027148d9307
parenta95ddf0d0747bd3742a682fcce39a86c181e6312
tests: mcron: Adjust use of 'wait-for-file'.

Fixes a regression introduced in
8bd5231485cdeb02078c4294badb3a1e7caa0fe0, whereby returning #<eof> would
no longer work (since #<eof> would be in the cdr of the result, and thus
it would not get converted to a string.)

* gnu/tests/base.scm (run-mcron-test)["root's job with command"]: Pass
  #:read to 'wait-for-file'.
gnu/tests/base.scm