~ruther/guix-local

539c37bcde92e11277b49f5df60f7a501f1d16ec — Maxim Cournoyer 5 months ago 6a7406e
tests/builders: Avoid races in unpack tests.

* tests/builders.scm
<gnu-build-system unpack phase, single file>: Add sync call.

Change-Id: Iac992e0899fe3b9c9e727bd42860ec564e1dc9a2
1 files changed, 1 insertions(+), 0 deletions(-)

M tests/builders.scm
M tests/builders.scm => tests/builders.scm +1 -0
@@ 140,6 140,7 @@
         (lambda (dir)
           (with-directory-excursion dir
             (unpack #:source file)
             (sync)
             (call-with-input-file name get-string-all))))))))
 compressors)