mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
cmd/age: disable golang/go#61779 tests workaround
This commit is contained in:
parent
627e6bc9d8
commit
b6b5f4300f
4 changed files with 0 additions and 4 deletions
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
|
||||
|
||||
[!linux] [!darwin] skip # no pty support
|
||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# use an encrypted OpenSSH private key without .pub file
|
||||
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
|
||||
|
||||
[!linux] [!darwin] skip # no pty support
|
||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# https://github.com/FiloSottile/age/issues/159
|
||||
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
|
||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# encrypt with a provided passphrase
|
||||
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
|
||||
[darwin] [go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# controlling terminal is used instead of stdin/stderr
|
||||
ttyin terminal
|
||||
|
|
|
|||
Loading…
Reference in a new issue