From 4129e356275160b3d3cc530e0166322fdedeba93 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 25 May 2023 01:23:21 +0000 Subject: [PATCH] fix: disable unix2docs Signed-off-by: Carlos Alexandro Becker --- testscript/script_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testscript/script_test.go b/testscript/script_test.go index a1f2c556962a8d3a5bfbd641f71ca55d5a00aea5..e0ca3b047dba4c2d3076714db235439a45b77359 100644 --- a/testscript/script_test.go +++ b/testscript/script_test.go @@ -154,6 +154,8 @@ func cmdSoft(key ssh.Signer) func(ts *testscript.TestScript, neg bool, args []st } func cmdUnix2Dos(ts *testscript.TestScript, neg bool, args []string) { + // now this should not be needed indeed + return if neg { ts.Fatalf("unsupported: ! unix2dos") }