blob: 1cd5e1c75ce450894118414d4adb72c09476685c [file] [log] [blame]
REQUIRES: sftp_server
RUN: %empty-directory(%t)
RUN: %empty-directory(%t-REMOTE)
RUN: %debug-remote-run --output-prefix %t touch %t/output
RUN: ls %t/ | %FileCheck %s
RUN: ls %t-REMOTE/output/ | %FileCheck %s
RUN: %empty-directory(%t)
RUN: %empty-directory(%t/nested)
RUN: %empty-directory(%t-REMOTE)
RUN: %debug-remote-run --output-prefix %t touch %t/nested/output
RUN: ls %t/nested/ | %FileCheck %s
RUN: ls %t-REMOTE/output/nested/ | %FileCheck %s
CHECK: {{^output$}}