diff options
author | Rob Landley <rob@landley.net> | 2019-05-19 23:18:26 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-05-19 23:18:26 -0500 |
commit | e6460141851d3af158eefe9ade4cff75017e3a87 (patch) | |
tree | b339242876f65cfc0d099f347c779402e560be6c /tests | |
parent | 6534204a7ac32fe8009d0d14189dfa86826b14a5 (diff) | |
download | toybox-e6460141851d3af158eefe9ade4cff75017e3a87.tar.gz |
Fix tar sparse extract with extension blocks.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tar.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tar.test b/tests/tar.test index b70bf3cd..2046e51a 100644 --- a/tests/tar.test +++ b/tests/tar.test @@ -220,7 +220,6 @@ BLOCKS=7 testing "sparse double overflow" "$TAR --sparse fweep | $SUM" \ tar c --sparse fweep > fweep.tar FWEEP=$(du fweep) -exit 1 rm fweep testing "sparse extract" "tar xf fweep.tar && du fweep" "$FWEEP\n" "" "" rm fweep fweep.tar |