mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
9 lines
293 B
Plaintext
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
|