Problem: tests: Test_cd_from_non_existing_dir() fails on Solaris
Solution: Skip the test on Solaris (Vladimír Marek).
Test_cd_from_non_existing_dir() depends on deleting the current working
directory. Solaris does not allow that, so skip the test there.
closes: #20563
Signed-off-by: Vladimír Marek <vlmarek13@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
endfunc
func Test_cd_from_non_existing_dir()
+ if has('sun')
+ throw 'Skipped: Solaris does not allow deleting the current working directory'
+ endif
CheckNotMSWindows
let saveddir = getcwd()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 675,
/**/
674,
/**/