ミラー元
https://git.tukaani.org/xz.git
前回の同期 2025-06-30 17:36:36 +00:00
Tests: Don't hide unexpected error messages in test_files.sh.
Hiding them makes no sense since normally there's no error when testing the "good" files. With "bad" files errors are expected and then it makes sense to keep the messages hidden.
このコミットが含まれているのは:
コミット
d2d484647d
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
for I in "$srcdir"/files/good-*.xz
|
for I in "$srcdir"/files/good-*.xz
|
||||||
do
|
do
|
||||||
if test -z "$XZ" || "$XZ" -dc "$I" > /dev/null 2>&1; then
|
if test -z "$XZ" || "$XZ" -dc "$I" > /dev/null; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "Good file failed: $I"
|
echo "Good file failed: $I"
|
||||||
@ -29,7 +29,7 @@ do
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null 2>&1; then
|
if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "Good file failed: $I"
|
echo "Good file failed: $I"
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする