From 988dfef4e0e630e560445f6b3968da803c80452e Mon Sep 17 00:00:00 2001 From: Rapha Amorim Date: Thu, 13 Feb 2025 13:39:05 -0300 Subject: [PATCH] Giving Windows some love --- testscript/script_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/testscript/script_test.go b/testscript/script_test.go index 6162caa3e379816200d9363cc41bd2922bb065e6..db1593ff20c12739c0f082dbb65c0e5317df0fe4 100644 --- a/testscript/script_test.go +++ b/testscript/script_test.go @@ -274,7 +274,6 @@ func cmdUI(key ssh.Signer) func(ts *testscript.TestScript, neg bool, args []stri } } -// P.S. Windows sucks! func cmdDos2Unix(ts *testscript.TestScript, neg bool, args []string) { if neg { ts.Fatalf("unsupported: ! dos2unix")