elvish/pkg/testutil
Qi Xiao 3d078ec653 pkg/eval/mods/path: Skip symlink tests if unable to create symlinks.
Creating symlinks requires a special permission on Windows, which the
use may not have.

Also remove the support for symlinks in testutil.ApplyDir. Because of
this issue on Windows, any test that requires creating symlinks needs to
be broken out to an individual test case, meaning that symlinks can't be
created alongside other files, so there is less benefit of keeping it
inside the same Dir structure.
2021-05-08 13:22:21 +01:00
..
must.go [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
scaled_ms_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
scaled_ms.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
temp_env_test.go pkg/: Move test utilities from util/ to testutil/. 2020-09-03 04:55:16 +01:00
temp_env.go pkg/: Move test utilities from util/ to testutil/. 2020-09-03 04:55:16 +01:00
testdir_nonwindows_test.go pkg/testutil: Remove InTestDirWithSetup. 2020-09-04 21:42:19 +01:00
testdir_test.go pkg/eval/mods/path: Skip symlink tests if unable to create symlinks. 2021-05-08 13:22:21 +01:00
testdir.go pkg/eval/mods/path: Skip symlink tests if unable to create symlinks. 2021-05-08 13:22:21 +01:00
testutil.go Scale all test timeouts with $ELVISH_TEST_TIME_SCALE. 2020-04-03 22:12:20 +01:00