We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74358c1 commit bd2a76bCopy full SHA for bd2a76b
xtests/proc_1_root
@@ -1,2 +1,2 @@
1
-[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
2
- [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
xtests/run.sh
@@ -52,7 +52,7 @@ $exa $testcases/links -T 2>&1 | diff -q - $results/links_T || exit 1
52
53
COLUMNS=80 $exa $testcases/links 2>&1 | diff -q - $results/links || exit 1
54
55
-$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
56
57
58
echo "All the tests passed!"
0 commit comments