exa/xtests/attributes
Benjamin Sago 54067bf765 Replace the testcases script with a Vagrant VM
See the README section for more details. Basically, with this way, we can store a bunch of existing valid exa outputs, change a VM's environment to match our values, then check that exa still works by comparing outputs.
2016-10-07 19:31:03 +01:00

2.2 KiB

drwxr-xr-x - vagrant 1 Jan 12:34 /home/vagrant/testcases/attributes
drwxr-xr-x - vagrant 1 Jan 12:34 ├── dirs
drwxr-xr-x@ - vagrant 1 Jan 12:34 │ ├── empty-with-attribute
│ │ └── user.greeting (len 5)
drwxr-xr-x - vagrant 1 Jan 12:34 │ ├── full-but-forbidden
.rw-r--r-- 0 vagrant 1 Jan 12:34 │ │ └── file
drwxr-xr-x@ - vagrant 1 Jan 12:34 │ └── full-with-attribute
│ ├── user.greeting (len 5)
.rw-r--r-- 0 vagrant 1 Jan 12:34 │ └── file
.rw-r--r-- 0 vagrant 1 Jan 12:34 ├── none
.rw-r--r--@ 0 vagrant 1 Jan 12:34 ├── one
│ └── user.greeting (len 5)
.rw-r--r--@ 0 vagrant 1 Jan 12:34 └── two
├── user.greeting (len 5)
└── user.another_greeting (len 2)