Fix integration test by making it time-independent

This commit is contained in:
Ben S 2016-10-30 14:27:20 +00:00
parent 74358c188a
commit bd2a76b447
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
lrwxrwxrwx 0 root 29 Oct 17:23 /proc/1/root
└── <Permission denied (os error 13)>
/proc/1/root
└── <Permission denied (os error 13)>

View File

@ -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!"