Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLockAndCheckSubPathWithoutSymlink (0.48 sec)

  1. pkg/volume/util/subpath/subpath_windows_test.go

    	assert.Nil(t, os.RemoveAll(testingVolumePath), "Expect no error during remove dir %s", testingVolumePath)
    }
    
    func TestLockAndCheckSubPathWithoutSymlink(t *testing.T) {
    	base, err := ioutil.TempDir("", "TestLockAndCheckSubPathWithoutSymlink")
    	if err != nil {
    		t.Fatalf(err.Error())
    	}
    
    	defer os.RemoveAll(base)
    
    	testingVolumePath := filepath.Join(base, "testingVolumePath")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 13.8K bytes
    - Viewed (0)
Back to top