Skip to content

Commit

Permalink
fix: typo in test035
Browse files Browse the repository at this point in the history
Change file to fail

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
oneirocosm and coderabbitai[bot] authored Feb 6, 2025
1 parent 8d8f59f commit c56a1ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/copytests/cases/test035.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c56a1ea

Please sign in to comment.