diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 01:58:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 16:34:04 -0300 |
commit | e2f4c93e6ee2aa7f380b79ec1799a6e87ffb62f5 (patch) | |
tree | c16ed1e51f40a6a5233c04f98e576abdebf204a8 /testing/translate-shell/drop-rlwrap-emacs-tests.patch | |
parent | 430123f55ff34219f53bb4c996ac84651114c2bb (diff) | |
download | aports-e2f4c93e6ee2aa7f380b79ec1799a6e87ffb62f5.tar.bz2 aports-e2f4c93e6ee2aa7f380b79ec1799a6e87ffb62f5.tar.xz |
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.patch | 24 |
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 0000000000..ee5a7a30c6 --- /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")) + |