aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-parents
blob: a721ceaf2c12ce4a3a259ebf89ee4617d6643984 (plain)
1
2
3
4
5
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