Skip to content

Commit

Permalink
cmd/age: disable golang/go#61779 tests workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jun 16, 2024
1 parent 627e6bc commit b6b5f43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/age/testdata/encrypted_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion cmd/age/testdata/output_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion cmd/age/testdata/scrypt.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion cmd/age/testdata/terminal.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b6b5f43

Please sign in to comment.