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>2019-02-28 03:21:05 +0300
committerBryan Drewery <bryan@shatow.net>2019-02-28 03:46:36 +0300
commit035b372f67d15de01d3c8bf68c6cb8f992c2ee1a (patch)
treec859b3b5662ff7eacbbec4db21be5acd02dda13c /test
parent67405d2dcc4a1e6815443f2884a1d52dcd4ef8d4 (diff)
prefix_stderr_quick: Resolve the pipefail issue finally.
Diffstat (limited to 'test')
-rw-r--r--test/prefix_output.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prefix_output.sh b/test/prefix_output.sh
index 98c01b7d..0cc45193 100644
--- a/test/prefix_output.sh
+++ b/test/prefix_output.sh
@@ -131,7 +131,6 @@ ret=0
# Pipefail test with prefix_stderr_quick
(
- echo "SKIP: pipefail issues" >&2
prefix_stderr_quick "STDERR" test_output 5 \
> "${OUTPUT}" 2> "${OUTPUT}.stderr"
assert 5 $? "prefix_stderr_quick test_output 5 wrong exit status"