mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
cmd/age: disable golang/go#61779 tests workaround
This commit is contained in:
1
cmd/age/testdata/encrypted_keys.txt
vendored
1
cmd/age/testdata/encrypted_keys.txt
vendored
@@ -2,7 +2,6 @@
|
|||||||
# age file password prompt during encryption
|
# age file password prompt during encryption
|
||||||
|
|
||||||
[!linux] [!darwin] skip # no pty support
|
[!linux] [!darwin] skip # no pty support
|
||||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
|
||||||
|
|
||||||
# use an encrypted OpenSSH private key without .pub file
|
# use an encrypted OpenSSH private key without .pub file
|
||||||
age -R key_ed25519.pub -o ed25519.age input
|
age -R key_ed25519.pub -o ed25519.age input
|
||||||
|
|||||||
1
cmd/age/testdata/output_file.txt
vendored
1
cmd/age/testdata/output_file.txt
vendored
@@ -26,7 +26,6 @@ age -d -i key.txt -o new empty.age
|
|||||||
cmp new empty
|
cmp new empty
|
||||||
|
|
||||||
[!linux] [!darwin] skip # no pty support
|
[!linux] [!darwin] skip # no pty support
|
||||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
|
||||||
|
|
||||||
# https://github.com/FiloSottile/age/issues/159
|
# https://github.com/FiloSottile/age/issues/159
|
||||||
ttyin terminal
|
ttyin terminal
|
||||||
|
|||||||
1
cmd/age/testdata/scrypt.txt
vendored
1
cmd/age/testdata/scrypt.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
[!linux] [!darwin] skip # no pty support
|
[!linux] [!darwin] skip # no pty support
|
||||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
|
||||||
|
|
||||||
# encrypt with a provided passphrase
|
# encrypt with a provided passphrase
|
||||||
stdin input
|
stdin input
|
||||||
|
|||||||
1
cmd/age/testdata/terminal.txt
vendored
1
cmd/age/testdata/terminal.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
[!linux] [!darwin] skip # no pty support
|
[!linux] [!darwin] skip # no pty support
|
||||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
|
||||||
|
|
||||||
# controlling terminal is used instead of stdin/stderr
|
# controlling terminal is used instead of stdin/stderr
|
||||||
ttyin terminal
|
ttyin terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user