From 001ebb7b9101bb03e75ded9193624a34e7b2fa73 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Thu, 7 Apr 2022 10:08:24 +0000 Subject: [PATCH] Skip pty_test on Windows It does not build on Windows due to undefined open_pty_master and Ptsname. --- termios/pty_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/termios/pty_test.go b/termios/pty_test.go index 04e43ef..3789c15 100644 --- a/termios/pty_test.go +++ b/termios/pty_test.go @@ -1,3 +1,5 @@ +// +build !windows + package termios import (