diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-12 09:26:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-12 09:26:16 +0100 |
commit | 52ae0980112f57bbdf4590f649432264d00cc943 (patch) | |
tree | bee4bbcb7796fe7faa20783ab43776c36937f319 /testsuite/bunzip2 | |
parent | ac5d324540c5ec38c016848f2075b9f3e0560c11 (diff) | |
download | busybox-52ae0980112f57bbdf4590f649432264d00cc943.tar.gz |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/bunzip2')
-rw-r--r-- | testsuite/bunzip2/bzcat-does-not-remove-compressed-file | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file b/testsuite/bunzip2/bzcat-does-not-remove-compressed-file deleted file mode 100644 index 7d4016ec5..000000000 --- a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file +++ /dev/null @@ -1,3 +0,0 @@ -echo foo | bzip2 >foo.bz2 -busybox bzcat foo.bz2 -test -f foo.bz2 |