Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
coreutils.22620
coreutils-test_without_valgrind.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File coreutils-test_without_valgrind.patch of Package coreutils.22620
--- tests/misc/shuf-reservoir.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: tests/misc/shuf-reservoir.sh =================================================================== --- tests/misc/shuf-reservoir.sh.orig +++ tests/misc/shuf-reservoir.sh @@ -37,8 +37,7 @@ run_shuf_n() # Critical memory-related bugs will cause a segfault here # (with varying numbers of input/output lines) - seq "$INPUT_LINES" | valgrind --leak-check=$leaklevel --error-exitcode=1 \ - shuf -n "$OUTPUT_LINES" -o "out_${INPUT_LINES}_${OUTPUT_LINES}" || return 1 + seq "$INPUT_LINES" | shuf -n "$OUTPUT_LINES" -o "out_${INPUT_LINES}_${OUTPUT_LINES}" || return 1 EXPECTED_LINES="$OUTPUT_LINES" test "$INPUT_LINES" -lt "$OUTPUT_LINES" && EXPECTED_LINES="$INPUT_LINES"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor