about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-27 01:08:58 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-27 01:13:08 -0700
commit940501b7dade7a8ba3d1406ec62c28a682919fe0 (patch)
tree3bab6cdbcf89fceb3729a3f1fc30a576f205497f
parent9e809dec64996ef461c31ee1d79b9317874bd34b (diff)
downloadrainbows-940501b7dade7a8ba3d1406ec62c28a682919fe0.tar.gz
-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"