mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 01:07:09 +00:00
oops
I think I took this off to see how the output was different. Which means there should really be a better way to check how the output is different, other than running the command and looking!
This commit is contained in:
parent
7d6c1eb724
commit
f8b82642a6
@ -19,7 +19,7 @@ sudo find $testcases -mtime +365 -printf "File %p has not been modified since %T
|
|||||||
|
|
||||||
|
|
||||||
# Long view tests
|
# Long view tests
|
||||||
$exa $testcases/files -l | diff - $results/files_l || exit 1
|
$exa $testcases/files -l | diff -q - $results/files_l || exit 1
|
||||||
$exa $testcases/files -lh | diff -q - $results/files_lh || exit 1
|
$exa $testcases/files -lh | diff -q - $results/files_lh || exit 1
|
||||||
$exa $testcases/files -lhb | diff -q - $results/files_lhb || exit 1
|
$exa $testcases/files -lhb | diff -q - $results/files_lhb || exit 1
|
||||||
$exa $testcases/files -lhB | diff -q - $results/files_lhb2 || exit 1
|
$exa $testcases/files -lhB | diff -q - $results/files_lhb2 || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user