fix: disable unix2docs

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

testscript/script_test.go | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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")
 	}