exa/xtests
Ben S 95596297a9 Basic glob ignoring
See #97 and recently #130 too.

This allows the user to pass in options such as "--ignore '*.pyc'" to not list any files ending in '.pyc' in the output. It uses the Rust glob crate and currently does a simple split on pipe, without any escaping, so it’s not really *complete*, but is at least something.
2016-10-30 14:43:33 +00:00
..
README.md Replace the testcases script with a Vagrant VM 2016-10-07 19:31:03 +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
file-types Add .tgz to the compressed file extensions 2016-10-29 19:28:41 +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
ignores_ogg Basic glob ignoring 2016-10-30 14:43:33 +00:00
links Add some symlink testcases 2016-10-29 19:58:34 +01:00
links_1 Add some symlink testcases 2016-10-29 19:58:34 +01:00
links_T Add some symlink testcases 2016-10-29 19:58:34 +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
proc_1_root Fix integration test by making it time-independent 2016-10-30 14:27:20 +00:00
run.sh Basic glob ignoring 2016-10-30 14:43:33 +00:00

README.md

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.