Files
swift-mirror/test/remote-run/upload-stderr.test-sh
Evan Wilde 12e784c3c8 Replace sftp_server with rsync
remote-run uses rsync instead of sftp server. Some of the tests were
incorrectly labelled as requiring sftp server. Fixed those and replaced
the requirement with rsync.
2025-06-25 13:39:01 -07:00

9 lines
293 B
Plaintext

REQUIRES: rsync
RUN: %empty-directory(%t)
RUN: %empty-directory(%t/REMOTE/input)
RUN: chmod a-w %t/REMOTE/input
RUN: %debug-remote-run --ignore-rsync-failure --remote-dir %t/REMOTE --input-prefix %S/Inputs/upload/ true -- %S/Inputs/upload/1.txt 2>&1 | %FileCheck %s
CHECK: Permission denied