aboutsummaryrefslogtreecommitdiff
path: root/contrib/repeat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/repeat.sh')
-rwxr-xr-xcontrib/repeat.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/repeat.sh b/contrib/repeat.sh
deleted file mode 100755
index 3efc95f07..000000000
--- a/contrib/repeat.sh
+++ /dev/null
@@ -1 +0,0 @@
1while true; do rm -rf /tmp/test-gnunetd-*; make check || break; done