mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-04 20:07:53 +00:00
Fix integration test by making it time-independent
This commit is contained in:
parent
74358c188a
commit
bd2a76b447
@ -1,2 +1,2 @@
|
||||
[36ml[1;33mr[31mw[32mx[0m[33mr[31mw[32mx[33mr[31mw[32mx[0m [1;32m0[0m root [34m29 Oct 17:23[0m [36m/proc/1/root[0m
|
||||
[38;5;244m└──[0m [31m<Permission denied (os error 13)>[0m
|
||||
[36m/proc/1/root[0m
|
||||
[38;5;244m└──[0m [31m<Permission denied (os error 13)>[0m
|
||||
|
@ -52,7 +52,7 @@ $exa $testcases/links -T 2>&1 | diff -q - $results/links_T || exit 1
|
||||
|
||||
COLUMNS=80 $exa $testcases/links 2>&1 | diff -q - $results/links || exit 1
|
||||
|
||||
$exa /proc/1/root -l 2>&1 | diff - $results/proc_1_root || exit 1
|
||||
$exa /proc/1/root -T 2>&1 | diff -q - $results/proc_1_root || exit 1
|
||||
|
||||
|
||||
echo "All the tests passed!"
|
||||
|
Loading…
Reference in New Issue
Block a user