aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2002-02-19 23:43:08 +0000
committerMatt Kraai <kraai@debian.org>2002-02-19 23:43:08 +0000
commit6b140ea5a971153d4e34c2f42fca00400af0b5ba (patch)
tree4b9afc7b2d3149b5f38d486addb46f817aa2f062 /testsuite/cp
parent7c71822809f60845ba3cd9fa3f88251f359b42e0 (diff)
downloadbusybox-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')
-rw-r--r--testsuite/cp/cp-preserves-hard-links2
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