Skip to content

Fix chdir_test and rename_test in nfstest_posix#3

Open
upsuperman wants to merge 1 commit intothombashi:masterfrom
upsuperman:patch-1
Open

Fix chdir_test and rename_test in nfstest_posix#3
upsuperman wants to merge 1 commit intothombashi:masterfrom
upsuperman:patch-1

Conversation

@upsuperman
Copy link

1.After calling chdir(), the self.absdir is "inorversion=0/nfstest_posix_20180723105504_d_1", but the cwd is the absolute path, the case return FAIL because the path is unequal, while the current working directory is already changed.
2.Failed to create a new symlink when using os.symlink(), the srcfile path is "inorversion=0/nfstest_posix_20180723122311_f_4",it should be a absolute path

1.After calling chdir(), the self.absdir is "inorversion=0/nfstest_posix_20180723105504_d_1", but the cwd  is the absolute path, the case return FAIL because the path is unequal, while the current working directory is already changed.
2.Failed to create a new symlink when using os.symlink(),  the srcfile path is "inorversion=0/nfstest_posix_20180723122311_f_4",it should be a  absolute path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant