aboutsummaryrefslogtreecommitdiff
path: root/tests/cp.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-05-13 01:32:21 -0500
committerRob Landley <rob@landley.net>2020-05-13 01:32:21 -0500
commit4c320bfbbba9842c93ac5807bc8cbefbfff429b6 (patch)
tree2c4f91f10d74026502156474f5a97ad3d043027a /tests/cp.test
parentce67bb5ac850f188e1325d59530d2d91dfdcea68 (diff)
downloadtoybox-4c320bfbbba9842c93ac5807bc8cbefbfff429b6.tar.gz
More TEST_HOST failures.
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/