~ruther/guix-local

77ffd691bfbb152cde94b60aa8df5135d39727c3 — Ludovic Courtès 13 years ago 9adb693
tests: Remove temporary directory created by nar.scm.

* tests/nar.scm ("write-file + restore-file with symlinks"): Add (rm-rf
  output).
1 files changed, 2 insertions(+), 1 deletions(-)

M tests/nar.scm
M tests/nar.scm => tests/nar.scm +2 -1
@@ 196,7 196,8 @@
                  (cut restore-file <> output))
                (file-tree-equal? input output))
              (lambda ()
                (false-if-exception (delete-file nar)))))))
                (false-if-exception (delete-file nar))
                (false-if-exception (rm-rf output)))))))
      (lambda ()
        (rmdir input)))))