Matteo Bertini 219b7e64cd Use shellexpand to expand ~ in external commands
Add tests for ~tilde expansion:

- test that "~" is expanded (no more "~" in output)
- ensure that "1~1" is not expanded to "1/home/user1" as it was
  before

Fixes #972

Note: the first test does not check the literal expansion because
the path on Windows is expanded as a Linux path, but the correct
expansion may come for free once `shellexpand` will use the `dirs`
crate too (https://github.com/netvl/shellexpand/issues/3).
2019-12-13 11:54:41 +01:00
..
2019-10-13 17:12:43 +13:00
2019-09-11 10:36:50 -04:00
2019-11-21 14:22:32 -08:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-12-02 11:02:58 -08:00
2019-11-10 13:14:59 +13:00