Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTestPaths (0.09 sec)

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

    				volpath, _ := getTestPaths(base)
    				subpath := filepath.Join(volpath, "dir0")
    				return nil, volpath, subpath, os.MkdirAll(subpath, defaultPerm)
    			},
    			expectError: false,
    		},
    		{
    			name: "subpath-dir-symlink",
    			prepare: func(base string) ([]string, string, string, error) {
    				volpath, _ := getTestPaths(base)
    				subpath := filepath.Join(volpath, "dir0")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 10 16:52:55 UTC 2021
    - 37.3K bytes
    - Viewed (0)
Back to top