aboutsummaryrefslogtreecommitdiff
path: root/tests/cp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp.test')
-rwxr-xr-xtests/cp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp.test b/tests/cp.test
index 5c4a7474..c095aad2 100755
--- a/tests/cp.test
+++ b/tests/cp.test
@@ -123,7 +123,7 @@ rm b file
mkdir -p b/c/d/
mkdir a/
echo a > b/c/d/file
-testing "-D b/c/d/file a/" "cp -D b/c/d/file a/ && cat a/b/c/d/file" "a\n" "" ""
+testing "--parents b/c/d/file a/" "cp --parents b/c/d/file a/ && cat a/b/c/d/file" "a\n" "" ""
rm -rf a/
rm -rf b/