(t *testing.T)
| 332 | r.CheckRemoteItems(t, file1) |
| 333 | } |
| 334 | func TestCopyWithFilesFrom(t *testing.T) { testCopyWithFilesFrom(t, false) } |
| 335 | func TestCopyWithFilesFromAndNoTraverse(t *testing.T) { testCopyWithFilesFrom(t, true) } |
| 336 | |
| 337 | // Test copy empty directories |
nothing calls this directly
no test coverage detected
searching dependent graphs…