diff options
author | Matt Kraai <kraai@debian.org> | 2002-02-19 23:15:41 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2002-02-19 23:15:41 +0000 |
commit | ad6faf649704300d2965b4747dd400299017b67a (patch) | |
tree | 5811fd3f7d73370672610302f3da6fb15a486d9d /testsuite | |
parent | 4271d438e2cfa877fc6eae915f7f4554220df391 (diff) | |
download | busybox-w32-ad6faf649704300d2965b4747dd400299017b67a.tar.gz busybox-w32-ad6faf649704300d2965b4747dd400299017b67a.tar.bz2 busybox-w32-ad6faf649704300d2965b4747dd400299017b67a.zip |
* testsuite/tar/tar-archives-multiple-files: Require
CONFIG_FEATURE_TAR_CREATE.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tar/tar-archives-multiple-files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tar/tar-archives-multiple-files b/testsuite/tar/tar-archives-multiple-files index 997291e26..72d4ca811 100644 --- a/testsuite/tar/tar-archives-multiple-files +++ b/testsuite/tar/tar-archives-multiple-files | |||
@@ -1,3 +1,4 @@ | |||
1 | # UNSUPPORTED: CONFIG_FEATURE_TAR_CREATE | ||
1 | touch foo bar | 2 | touch foo bar |
2 | busybox tar cf foo.tar foo bar | 3 | busybox tar cf foo.tar foo bar |
3 | rm foo bar | 4 | rm foo bar |