#!/usr/share/ucs-test/runner bash
# shellcheck shell=bash
## desc: test closes pipes before timeout
## versions:
##  4.0-0: found
## exposure: safe
## timeout: 1
exec &>/dev/ull 2>/dev/null
sleep 3
