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.
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
REQUIRES: rsync
|
|
REQUIRES: shell
|
|
|
|
RUN: export SWIFT_BACKTRACE=
|
|
RUN: not %debug-remote-run false >%t.txt 2>%t.errs.txt
|
|
RUN: test -f %t.txt -a ! -s %t.txt
|
|
RUN: test -f %t.errs.txt -a ! -s %t.errs.txt
|