When I run the testsuite, the unzip (bad archive) was skipped. So the expected results is always skipped here or it require further components to get succeed. # ./runtest -v unzip ====================== echo -ne '' >input echo -ne '' | unzip -q foo.zip foo/ && test -d foo && test ! -f foo/bar && echo yes PASS: unzip (subdir only) SKIPPED: unzip (bad archive) ====================== echo -ne '' >input echo -ne '' | unzip -p ../unzip_bad_lzma_1.zip 2>&1; echo $? PASS: unzip (archive with corrupted lzma 1) ====================== echo -ne '' >input echo -ne '' | unzip -p ../unzip_bad_lzma_2.zip 2>&1; echo $? PASS: unzip (archive with corrupted lzma 2) # The following config options are enabled in busybox: FEATURE_UNZIP_CDF CONFIG_UNICODE_SUPPORT UUDECODE
Hi Team, Can you please share an update on the requested SKIPPED test case? SKIPPED: unzip (bad archive) Regards, -Dharan