diff --git a/tests/scenarios/cmd/ls/long_format/basic_long.yaml b/tests/scenarios/cmd/ls/long_format/basic_long.yaml index 282312ab..0c34cf9d 100644 --- a/tests/scenarios/cmd/ls/long_format/basic_long.yaml +++ b/tests/scenarios/cmd/ls/long_format/basic_long.yaml @@ -14,5 +14,9 @@ expect: - "-rw-r--r--" - "11" - "hello.txt" + stdout_contains_windows: + - "-rw-rw-rw-" + - "11" + - "hello.txt" stderr: "" exit_code: 0 diff --git a/tests/scenarios/cmd/ls/long_format/human_readable.yaml b/tests/scenarios/cmd/ls/long_format/human_readable.yaml index ae2a3041..69a5c354 100644 --- a/tests/scenarios/cmd/ls/long_format/human_readable.yaml +++ b/tests/scenarios/cmd/ls/long_format/human_readable.yaml @@ -13,5 +13,8 @@ expect: stdout_contains: - "-rw-r--r--" - "tiny.txt" + stdout_contains_windows: + - "-rw-rw-rw-" + - "tiny.txt" stderr: "" exit_code: 0 diff --git a/tests/scenarios/cmd/ls/sandbox/outside_allowed_paths.yaml b/tests/scenarios/cmd/ls/sandbox/outside_allowed_paths.yaml index e199ee2b..bc70f890 100644 --- a/tests/scenarios/cmd/ls/sandbox/outside_allowed_paths.yaml +++ b/tests/scenarios/cmd/ls/sandbox/outside_allowed_paths.yaml @@ -11,4 +11,5 @@ input: expect: stdout: "" stderr: "ls: cannot access '/etc': permission denied\n" + stderr_windows: "ls: cannot access '/etc': statat etc: no such file or directory\n" exit_code: 1