[BACK]Return to t_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / fs / vfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/fs/vfs/t_vnops.c between version 1.5 and 1.6

version 1.5, 2010/07/26 13:37:48 version 1.6, 2010/08/01 14:50:54
Line 257  rename_dotdot(const atf_tc_t *tc, const 
Line 257  rename_dotdot(const atf_tc_t *tc, const 
         if (rump_sys_mkdir("dir2", 0777) == -1)          if (rump_sys_mkdir("dir2", 0777) == -1)
                 atf_tc_fail_errno("mkdir 2");                  atf_tc_fail_errno("mkdir 2");
   
         /* msdosfs fails both at least currently */  
         if (FSTYPE_MSDOS(tc)) {  
                 atf_tc_expect_fail("PR kern/43616");  
         }  
         if (rump_sys_rename("dir1", "dir1/..") != -1 || errno != EINVAL)          if (rump_sys_rename("dir1", "dir1/..") != -1 || errno != EINVAL)
                 atf_tc_fail_errno("self-dotdot to");                  atf_tc_fail_errno("self-dotdot to");
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>