aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-05-19 23:18:26 -0500
committerRob Landley <rob@landley.net>2019-05-19 23:18:26 -0500
commite6460141851d3af158eefe9ade4cff75017e3a87 (patch)
treeb339242876f65cfc0d099f347c779402e560be6c /tests
parent6534204a7ac32fe8009d0d14189dfa86826b14a5 (diff)
downloadtoybox-e6460141851d3af158eefe9ade4cff75017e3a87.tar.gz
Fix tar sparse extract with extension blocks.
Diffstat (limited to 'tests')
-rw-r--r--tests/tar.test1
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