mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #5440 from sylvestre/skip-pr
pr: skip a test for now for way too long log
This commit is contained in:
commit
97f4f699ba
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ sed -i -e "s|---dis ||g" tests/tail/overlay-headers.sh
|
||||||
|
|
||||||
test -f "${UU_BUILD_DIR}/getlimits" || cp src/getlimits "${UU_BUILD_DIR}"
|
test -f "${UU_BUILD_DIR}/getlimits" || cp src/getlimits "${UU_BUILD_DIR}"
|
||||||
|
|
||||||
|
# pr produces very long log and this command isn't super interesting
|
||||||
|
# SKIP for now
|
||||||
|
sed -i -e "s|my \$prog = 'pr';$|my \$prog = 'pr';CuSkip::skip \"\$prog: SKIP for producing too long logs\";|" tests/pr/pr-tests.pl
|
||||||
|
|
||||||
# When decoding an invalid base32/64 string, gnu writes everything it was able to decode until
|
# When decoding an invalid base32/64 string, gnu writes everything it was able to decode until
|
||||||
# it hit the decode error, while we don't write anything if the input is invalid.
|
# it hit the decode error, while we don't write anything if the input is invalid.
|
||||||
sed -i "s/\(baddecode.*OUT=>\"\).*\"/\1\"/g" tests/misc/base64.pl
|
sed -i "s/\(baddecode.*OUT=>\"\).*\"/\1\"/g" tests/misc/base64.pl
|
||||||
|
|
Loading…
Reference in a new issue