From c56a1eacde90cfa3955a2e51e617a73817ad20ae Mon Sep 17 00:00:00 2001 From: Sylvie Crowe <107814465+oneirocosm@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:22:20 -0800 Subject: [PATCH] fix: typo in test035 Change file to fail Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- tests/copytests/cases/test035.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/copytests/cases/test035.sh b/tests/copytests/cases/test035.sh index a563b9796..c2f0f0168 100755 --- a/tests/copytests/cases/test035.sh +++ b/tests/copytests/cases/test035.sh @@ -5,8 +5,7 @@ set -e cd "$HOME/testcp" mkdir bar -wsh file copy bar baz/ >/dev/null 2>&1 && echo "this command was supposed to file" && exit 1 - +wsh file copy bar baz/ >/dev/null 2>&1 && echo "this command was supposed to fail" && exit 1 if [ -d baz ]; then echo "baz should not exist" exit 1