diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-02-19 23:43:08 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-02-19 23:43:08 +0000 |
commit | b04ac572cda2bf97b07f7f121483991134b42d7d (patch) | |
tree | 4b9afc7b2d3149b5f38d486addb46f817aa2f062 /testsuite/cp | |
parent | 08ce8025987cf06363f7770ed3e133358eec379a (diff) | |
download | busybox-w32-b04ac572cda2bf97b07f7f121483991134b42d7d.tar.gz busybox-w32-b04ac572cda2bf97b07f7f121483991134b42d7d.tar.bz2 busybox-w32-b04ac572cda2bf97b07f7f121483991134b42d7d.zip |
* testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".
* testsuite/runtest (run_applet_testcase): Likewise.
* testsuite/cp/cp-preserves-hard-links: Likewise.
* testsuite/grep/egrep-supports-extended-regexps: Likewise.
* testsuite/grep/grep-is-also-egrep: Likewise.
* testsuite/tar/tar-archives-multiple-files: Likewise.
* testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:
Likewise.
* testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise.
* testsuite/tar/tar-handles-nested-exclude: Likewise.
git-svn-id: svn://busybox.net/trunk/busybox@4240 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/cp')
-rw-r--r-- | testsuite/cp/cp-preserves-hard-links | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/cp/cp-preserves-hard-links b/testsuite/cp/cp-preserves-hard-links index c17f42635..4de7b85db 100644 --- a/testsuite/cp/cp-preserves-hard-links +++ b/testsuite/cp/cp-preserves-hard-links | |||
@@ -1,4 +1,4 @@ | |||
1 | # UNSUPPORTED: CONFIG_FEATURE_PRESERVE_HARDLINKS | 1 | # FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS |
2 | touch foo | 2 | touch foo |
3 | ln foo bar | 3 | ln foo bar |
4 | mkdir baz | 4 | mkdir baz |