Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGZIPFilesHaveZeroMTimes (0.35 sec)

  1. src/compress/gzip/issue14937_test.go

    // license that can be found in the LICENSE file.
    
    package gzip
    
    import (
    	"internal/testenv"
    	"io/fs"
    	"os"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"testing"
    )
    
    // TestGZIPFilesHaveZeroMTimes checks that every .gz file in the tree
    // has a zero MTIME. This is a requirement for the Debian maintainers
    // to be able to have deterministic packages.
    //
    // To patch a .gz file, use the following command:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 10 16:37:53 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top