mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-21 19:45:11 +00:00
Fix device IDs test so it works every time
It inadvertently contained the machine build time, which meant it stopped working once the Vagrant machine was rebuild.
This commit is contained in:
parent
051a46c643
commit
d19d66d57a
@ -64,7 +64,7 @@ tags = [ 'long', 'colour-scale', 'bytes' ]
|
||||
|
||||
[[cmd]]
|
||||
name = "‘exa -l’ produces a details table with major and minor device IDs"
|
||||
shell = "cd /dev; exa -l mem null port zero full random urandom --sort=none"
|
||||
shell = "cd /dev; exa -l mem null port zero full random urandom --sort=none --no-time"
|
||||
stdout = { file = "outputs/dev_long.ansitxt" }
|
||||
stderr = { empty = true }
|
||||
status = 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[38;5;244m-----[0m [1;32m1[0m[38;5;244m,[32m1[0m root [34m 9 Apr 19:35[0m [1;33mmem[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m3[0m root [34m 9 Apr 19:35[0m [1;33mnull[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[38;5;244m-----[0m [1;32m1[0m[38;5;244m,[32m4[0m root [34m 9 Apr 19:35[0m [1;33mport[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m5[0m root [34m 9 Apr 19:35[0m [1;33mzero[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m7[0m root [34m 9 Apr 19:35[0m [1;33mfull[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m8[0m root [34m 9 Apr 19:35[0m [1;33mrandom[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m9[0m root [34m 9 Apr 19:35[0m [1;33murandom[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[38;5;244m-----[0m [1;32m1[0m[38;5;244m,[32m1[0m root [1;33mmem[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m3[0m root [1;33mnull[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[38;5;244m-----[0m [1;32m1[0m[38;5;244m,[32m4[0m root [1;33mport[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m5[0m root [1;33mzero[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m7[0m root [1;33mfull[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m8[0m root [1;33mrandom[0m
|
||||
[1;33mcr[31mw[0m[38;5;244m-[33mr[31mw[38;5;244m-[33mr[31mw[38;5;244m-[0m [1;32m1[0m[38;5;244m,[32m9[0m root [1;33murandom[0m
|
||||
|
Loading…
Reference in New Issue
Block a user