Skip to content

Commit bd2a76b

Browse files
committed
Fix integration test by making it time-independent
1 parent 74358c1 commit bd2a76b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xtests/proc_1_root

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lrwxrwxrwx 0 root 29 Oct 17:23 /proc/1/root
2-
└── <Permission denied (os error 13)>
1+
/proc/1/root
2+
└── <Permission denied (os error 13)>

xtests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $exa $testcases/links -T 2>&1 | diff -q - $results/links_T || exit 1
5252

5353
COLUMNS=80 $exa $testcases/links 2>&1 | diff -q - $results/links || exit 1
5454

55-
$exa /proc/1/root -l 2>&1 | diff - $results/proc_1_root || exit 1
55+
$exa /proc/1/root -T 2>&1 | diff -q - $results/proc_1_root || exit 1
5656

5757

5858
echo "All the tests passed!"

0 commit comments

Comments
 (0)