about summary refs log tree commit homepage
path: root/t/test-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index e03a956..9e67d1d 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -57,6 +57,10 @@ rtmpfiles () {
                         mkfifo $_tmp
                         T_RM_LIST="$T_RM_LIST $_tmp"
                         ;;
+                *socket)
+                        rm -f $_tmp
+                        T_RM_LIST="$T_RM_LIST $_tmp"
+                        ;;
                 *)
                         > $_tmp
                         T_OK_RM_LIST="$T_OK_RM_LIST $_tmp"