mirror of
https://github.com/containers/skopeo.git
synced 2025-07-17 08:11:50 +00:00
Remove an unused savedEnvironment type
This commit is contained in:
parent
345d0c3e2b
commit
35ba0edf0d
@ -147,10 +147,6 @@ func TestUnmarshalJSON(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
type savedEnvironment struct {
|
|
||||||
vars []string
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestSign(t *testing.T) {
|
func TestSign(t *testing.T) {
|
||||||
mech, err := newGPGSigningMechanismInDirectory(testGPGHomeDirectory)
|
mech, err := newGPGSigningMechanismInDirectory(testGPGHomeDirectory)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user