Files
swift-mirror/test/remote-run/exit-code.test-sh

8 lines
210 B
Plaintext

REQUIRES: rsync
UNSUPPORTED: OS=windows-msvc
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