exa/xtests
Ben S a7e3456b0d Only engage the view when there are files to show
This changes the way that views are used to display the actual lists of files. It used to pass empty vectors to the view methods, which most of the time would not print anything because there are no files to list — except when there’s a header row which gets printed for no files.

By not calling the view method at all when there’s nothing to print, exa won’t ever print extra things in the view unless it needs to for a file.

This fixes #106 “Don’t print the header if the result set is empty”
2016-10-29 19:07:43 +01:00
..
attributes Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
empty Only engage the view when there are files to show 2016-10-29 19:07:43 +01:00
files Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_40 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_80 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_120 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_160 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_200 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_l Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lG_40 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lG_80 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lG_120 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lG_160 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lG_200 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lh Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lhb Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
files_lhb2 Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
passwd Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
permissions Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
README.md Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +01:00
run.sh Only engage the view when there are files to show 2016-10-29 19:07:43 +01:00

Extra tests

These extra tests are intended to be run from a Vagrant VM that has already had its environment set up -- see the section in the README for more details.