[git commit] rename CONFIG_FEATURE_TAR_GZIP
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Wed Jun 3 18:35:26 UTC 2009
commit: http://git.busybox.net/busybox/commit/?id=a43972cb0f4119d6da9297ecea9fcdc9ac74c4d2
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
CONFIG_FEATURE_TAR_GZIP was renamed to CONFIG_FEATURE_SEAMLESS_GZ.
Adjust testsuite accordingly.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
testsuite/tar/tar-handles-cz-options | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuite/tar/tar-handles-cz-options b/testsuite/tar/tar-handles-cz-options
index 5b55e46..95c628d 100644
--- a/testsuite/tar/tar-handles-cz-options
+++ b/testsuite/tar/tar-handles-cz-options
@@ -1,5 +1,5 @@
# FEATURE: CONFIG_FEATURE_TAR_CREATE
-# FEATURE: CONFIG_FEATURE_TAR_GZIP
+# FEATURE: CONFIG_FEATURE_SEAMLESS_GZ
touch foo
busybox tar czf foo.tar.gz foo
gzip -d foo.tar.gz
--
1.6.0.6
More information about the busybox-cvs
mailing list