Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canCopyFromATar (0.17 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy

                    archiveFileName = 'test.tar'
                }
                """
            when:
            run "tar"
    
            then:
            file('build/test.tar').assertDoesNotExist()
        }
    
        def canCopyFromATar() {
            given:
            createTar('test.tar') {
                subdir1 {
                    file 'file1.txt'
                }
                subdir2 {
                    file 'file2.txt'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top