diff options
author | Matt Kraai <kraai@debian.org> | 2002-02-19 23:43:08 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2002-02-19 23:43:08 +0000 |
commit | 6b140ea5a971153d4e34c2f42fca00400af0b5ba (patch) | |
tree | 4b9afc7b2d3149b5f38d486addb46f817aa2f062 /testsuite/cp/cp-preserves-hard-links | |
parent | 7c71822809f60845ba3cd9fa3f88251f359b42e0 (diff) | |
download | busybox-6b140ea5a971153d4e34c2f42fca00400af0b5ba.tar.gz |
* 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.
Diffstat (limited to 'testsuite/cp/cp-preserves-hard-links')
-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 @@ -# UNSUPPORTED: CONFIG_FEATURE_PRESERVE_HARDLINKS +# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS touch foo ln foo bar mkdir baz |