From 762f9e9ee93fffc54690a802423db5b20417fa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Tue, 12 Sep 2023 12:38:35 +0200 Subject: [PATCH] test(trycmd): add example long tests for sandbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- tests/cmd/long_nix.stderr | 0 tests/cmd/long_nix.stdout | 17 +++++++++++++++++ tests/cmd/long_nix.toml | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 tests/cmd/long_nix.stderr create mode 100644 tests/cmd/long_nix.stdout create mode 100644 tests/cmd/long_nix.toml diff --git a/tests/cmd/long_nix.stderr b/tests/cmd/long_nix.stderr new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_nix.stdout b/tests/cmd/long_nix.stdout new file mode 100644 index 00000000..1b7160af --- /dev/null +++ b/tests/cmd/long_nix.stdout @@ -0,0 +1,17 @@ +.rw-r--r-- 0 nixbld 12 Sep 10:34 a +.rw-r--r-- 0 nixbld 12 Sep 10:34 b +.rw-r--r-- 0 nixbld 12 Sep 10:34 c +.rw-r--r-- 0 nixbld 12 Sep 10:34 d +.rw-r--r-- 0 nixbld 12 Sep 10:34 e +.rw-r--r-- 0 nixbld 12 Sep 10:34 f +.rw-r--r-- 0 nixbld 12 Sep 10:34 g +.rw-r--r-- 0 nixbld 12 Sep 10:34 h +.rw-r--r-- 0 nixbld 12 Sep 10:34 i +.rw-r--r-- 0 nixbld 12 Sep 10:34 j +.rw-r--r-- 0 nixbld 12 Sep 10:34 k +.rw-r--r-- 0 nixbld 12 Sep 10:34 l +.rw-r--r-- 0 nixbld 12 Sep 10:34 m +.rw-r--r-- 0 nixbld 12 Sep 10:34 n +.rw-r--r-- 0 nixbld 12 Sep 10:34 o +.rw-r--r-- 0 nixbld 12 Sep 10:34 p +.rw-r--r-- 0 nixbld 12 Sep 10:34 q diff --git a/tests/cmd/long_nix.toml b/tests/cmd/long_nix.toml new file mode 100644 index 00000000..df26751a --- /dev/null +++ b/tests/cmd/long_nix.toml @@ -0,0 +1,2 @@ +bin.name = "eza" +args = "tests/itest --long"