Files
swift-mirror/test/remote-run/exit-code.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

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