- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setupTestReadDirSymlink (0.1 sec)
-
cmd/os-readdir_test.go
// Add entries slice for this test directory. testResults = append(testResults, result{dir, entries}) return testResults } // Test to read non-empty directory with symlinks. func setupTestReadDirSymlink(t *testing.T) (testResults []result) { if runtime.GOOS == globalWindowsOSName { t.Skip("symlinks not available on windows") return nil } dir := t.TempDir() entries := []string{}
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 19 18:05:16 UTC 2022 - 7.5K bytes - Viewed (0)