From 25a108bb9c5eb1999e1699d4e0727de1cbce30c7 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Mon, 19 Aug 2013 13:22:56 +0200
Subject: [PATCH] Hack to clean up tests/test-tmp

---
 dev-shell | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-shell b/dev-shell
index 8579939a7..a4fdc6814 100755
--- a/dev-shell
+++ b/dev-shell
@@ -1,4 +1,9 @@
 #! /bin/sh
+if [ -e tests/test-tmp ]; then
+    chmod -R u+w tests/test-tmp
+    rm -rf tests/test-tmp
+fi
+
 s=$(type -p nix-shell)
 exec $s release.nix -A tarball --command "
     export NIX_REMOTE=daemon
-- 
GitLab