Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2018-03-05 02:12:03 +0300
committerBryan Drewery <bryan@shatow.net>2018-03-05 02:12:03 +0300
commit1787ad040cd6bea42d90bef72aa6d01d285d3a63 (patch)
tree30e3844584ca5116060ba929e6ca9394927ac387 /test
parent7a015723e6be232d22aa4d32cd1d1906242affde (diff)
mapfile test: Jenkins is leaking in fd 8 for some reason
Diffstat (limited to 'test')
-rw-r--r--test/mapfile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mapfile.sh b/test/mapfile.sh
index e413a9aa..ef4964fd 100644
--- a/test/mapfile.sh
+++ b/test/mapfile.sh
@@ -211,6 +211,8 @@ fi
jot 10 0 > "${TMP}"
+ # For some reason Jenkins is leaking in fd 8
+ exec 8>&- || :
expectedfds=$(procstat -f $$|wc -l)
procstat -f $$ >&2
i=0