updated for version 7.0030
diff --git a/src/testdir/test11.in b/src/testdir/test11.in
index 510ed72..0e721b7 100644
--- a/src/testdir/test11.in
+++ b/src/testdir/test11.in
@@ -44,6 +44,7 @@
 :au FilterReadPost  *.out  '[,']s/x/X/g
 :e! test.out                    " Edit the output file
 :23,$!cat
+:23,$s/\r$//                 " remove CR for when sed adds them
 :au! FileReadPre    *.gz   !gzip -d <afile>
 :au  FileReadPre    *.gz   call rename(expand("<afile>:r"), expand("<afile>"))
 :au! FileReadPost   *.gz   '[,']s/l/L/