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
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-05-09 02:25:30 +0300
committerBryan Drewery <bryan@shatow.net>2022-11-09 22:10:45 +0300
commitf724691f5870892599b84e72b3968e6072b5082d (patch)
treefa348e54728dd85d403dbe7f9a2cfb538090cb05
parent598f06f347ec4a975d89e2c73d4269bb0b56a0f0 (diff)
mapfile test: Remove Jenkins hack
-rw-r--r--test/mapfile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mapfile.sh b/test/mapfile.sh
index 56cb2b13..81054f1a 100644
--- a/test/mapfile.sh
+++ b/test/mapfile.sh
@@ -242,8 +242,6 @@ 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