aboutsummaryrefslogtreecommitdiffstats
path: root/testing/translate-shell/drop-rlwrap-emacs-tests.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-29 01:58:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-29 16:34:04 -0300
commite2f4c93e6ee2aa7f380b79ec1799a6e87ffb62f5 (patch)
treec16ed1e51f40a6a5233c04f98e576abdebf204a8 /testing/translate-shell/drop-rlwrap-emacs-tests.patch
parent430123f55ff34219f53bb4c996ac84651114c2bb (diff)
testing/translate-shell: new aport
https://www.soimort.org/translate-shell Command-line online translator
Diffstat (limited to 'testing/translate-shell/drop-rlwrap-emacs-tests.patch')
-rw-r--r--testing/translate-shell/drop-rlwrap-emacs-tests.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/translate-shell/drop-rlwrap-emacs-tests.patch b/testing/translate-shell/drop-rlwrap-emacs-tests.patch
new file mode 100644
index 00000000000..ee5a7a30c62
--- /dev/null
+++ b/testing/translate-shell/drop-rlwrap-emacs-tests.patch
@@ -0,0 +1,24 @@
+diff --git a/test/TestUtils.awk b/test/TestUtils.awk
+index 2b7dc95..aaf907d 100644
+--- a/test/TestUtils.awk
++++ b/test/TestUtils.awk
+@@ -9,18 +9,6 @@ BEGIN {
+ assertTrue(GawkVersion ~ "^(4|5).")
+ }
+
+- T("Rlwrap", 1)
+- {
+- initRlwrap()
+- assertEqual(Rlwrap, "rlwrap")
+- }
+-
+- T("Emacs", 1)
+- {
+- initEmacs()
+- assertEqual(Emacs, "emacs")
+- }
+-
+ T("newerVersion()", 5)
+ {
+ assertTrue(newerVersion("0.9", "0.8"))
+