cmd/age: enable PTY tests on Darwin

This commit is contained in:
Filippo Valsorda
2026-08-29 19:30:10 +02:00
parent cdb30a188b
commit 6ff2f308e6
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ stderr 'incompatible recipients'
# decrypt with native scrypt
[!linux] [!darwin] skip # no pty support
[darwin] [go1.20] skip # https://go.dev/issue/61779
ttyin terminal
age -d test.age
cmp stdout input
-1
View File
@@ -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
View File
@@ -60,7 +60,6 @@ stderr 'input and output file are the same'
cmp key.txt keycopy
[!linux] [!darwin] skip # no pty support
[darwin] [go1.20] skip # https://go.dev/issue/61779
ttyin terminal
! age -p -o inputcopy inputcopy
-1
View File
@@ -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
View File
@@ -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