fd/tests
sharkdp 8fc3a83d92 Use absolute path to perform search, fixes #81
Previously, we were using the relative path to extract the search
string. For the current directory, the returned relative path was equal
to `""`. This is why the current directory did not show in the search
results (see #81).

This commit also changes the way that `--full-path` works, which was
previously working on relative paths. It seems more useful to search the
absolute path, though. Otherwise, search results could change just by
calling fd (with a given search path) from a different directory.
2017-10-13 18:16:26 +02:00
..
testenv Format the source code using `rustfmt` 2017-10-12 19:33:14 +02:00
tests.rs Use absolute path to perform search, fixes #81 2017-10-13 18:16:26 +02:00