Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoveAllOneFilesystem (0.29 sec)

  1. pkg/util/removeall/removeall_test.go

    	if strings.HasPrefix(name, "mount") {
    		return false, nil
    	}
    	if strings.HasPrefix(name, "err") {
    		return false, errors.New("mock error")
    	}
    	return true, nil
    }
    
    func TestRemoveAllOneFilesystem(t *testing.T) {
    	tests := []struct {
    		name string
    		// Items of the test directory. Directories end with "/".
    		// Directories starting with "mount" are considered to be mount points.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 20:35:13 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top