hush/testsuite/cp/cp-parents
Chris Metcalf 208d35d21f testsuite fixes
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-04-02 09:57:27 +02:00

7 lines
167 B
Plaintext

# FEATURE: CONFIG_FEATURE_CP_LONG_OPTIONS
mkdir -p foo/bar/baz
touch foo/bar/baz/file
mkdir dir
busybox cp --parents foo/bar/baz/file dir
test -f dir/foo/bar/baz/file