Skip to content

Commit

Permalink
Merge pull request #204 from eza-community/cafk-stabilize-itests
Browse files Browse the repository at this point in the history
test(itest): stabilize testing without sandbox
  • Loading branch information
cafkafk authored Sep 6, 2023
2 parents da54b87 + 4cb870c commit 32c84a7
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 235 deletions.
72 changes: 36 additions & 36 deletions tests/references/eza-blocksize.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

────────────────────────────────────────────────────────────────────────────────
> cd tests/itest
> cargo run -q -- -l --blocksize
> cargo run -q -- -l --blocksize --no-user --no-time --no-filesize



Expand All @@ -94,7 +94,7 @@

────────────────────────────────────────────────────────────────────────────────
> cd tests/itest
> cargo run -q -- -l --blocksize
> cargo run -q -- -l --blocksize --no-user --no-time --no-filesize



Expand All @@ -113,40 +113,40 @@

────────────────────────────────────────────────────────────────────────────────
> cd tests/itest
> cargo run -q -- -l --blocksize
.rw-r--r-- 0 0 ces 20 Aug 06:45 a
.rw-r--r-- 0 0 ces 20 Aug 06:45 b
.rw-r--r-- 0 0 ces 20 Aug 06:45 c
.rw-r--r-- 0 0 ces 20 Aug 06:45 d
.rw-r--r-- 0 0 ces 20 Aug 06:45 e
.rw-r--r-- 0 0 ces 20 Aug 06:45 f
.rw-r--r-- 0 0 ces 20 Aug 06:45 g
.rw-r--r-- 0 0 ces 20 Aug 06:45 h
.rw-r--r-- 0 0 ces 20 Aug 06:45 i
.rw-r--r-- 0 0 ces 20 Aug 06:45 j
.rw-r--r-- 0 0 ces 20 Aug 06:45 k
.rw-r--r-- 0 0 ces 20 Aug 06:45 l
.rw-r--r-- 0 0 ces 20 Aug 06:45 m
.rw-r--r-- 0 0 ces 20 Aug 06:45 n
.rw-r--r-- 0 0 ces 20 Aug 06:45 o
.rw-r--r-- 0 0 ces 20 Aug 06:45 p
> cargo run -q -- -l --blocksize --no-user --no-time --no-filesize
.rw-r--r-- 0 a
.rw-r--r-- 0 b
.rw-r--r-- 0 c
.rw-r--r-- 0 d
.rw-r--r-- 0 e
.rw-r--r-- 0 f
.rw-r--r-- 0 g
.rw-r--r-- 0 h
.rw-r--r-- 0 i
.rw-r--r-- 0 j
.rw-r--r-- 0 k
.rw-r--r-- 0 l
.rw-r--r-- 0 m
.rw-r--r-- 0 n
.rw-r--r-- 0 o
.rw-r--r-- 0 p
────────────────────────────────────────────────────────────────────────────────
> cd tests/itest
> cargo run -q -- -l --blocksize
.rw-r--r-- 0 0 ces 20 Aug 06:45 a
.rw-r--r-- 0 0 ces 20 Aug 06:45 b
.rw-r--r-- 0 0 ces 20 Aug 06:45 c
.rw-r--r-- 0 0 ces 20 Aug 06:45 d
.rw-r--r-- 0 0 ces 20 Aug 06:45 e
.rw-r--r-- 0 0 ces 20 Aug 06:45 f
.rw-r--r-- 0 0 ces 20 Aug 06:45 g
.rw-r--r-- 0 0 ces 20 Aug 06:45 h
.rw-r--r-- 0 0 ces 20 Aug 06:45 i
.rw-r--r-- 0 0 ces 20 Aug 06:45 j
.rw-r--r-- 0 0 ces 20 Aug 06:45 k
.rw-r--r-- 0 0 ces 20 Aug 06:45 l
.rw-r--r-- 0 0 ces 20 Aug 06:45 m
.rw-r--r-- 0 0 ces 20 Aug 06:45 n
.rw-r--r-- 0 0 ces 20 Aug 06:45 o
.rw-r--r-- 0 0 ces 20 Aug 06:45 p
> cargo run -q -- -l --blocksize --no-user --no-time --no-filesize
.rw-r--r-- 0 a
.rw-r--r-- 0 b
.rw-r--r-- 0 c
.rw-r--r-- 0 d
.rw-r--r-- 0 e
.rw-r--r-- 0 f
.rw-r--r-- 0 g
.rw-r--r-- 0 h
.rw-r--r-- 0 i
.rw-r--r-- 0 j
.rw-r--r-- 0 k
.rw-r--r-- 0 l
.rw-r--r-- 0 m
.rw-r--r-- 0 n
.rw-r--r-- 0 o
.rw-r--r-- 0 p
────────────────────────────────────────────────────────────────────────────────
Loading

0 comments on commit 32c84a7

Please sign in to comment.