diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:36:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:36:03 -0300 |
commit | 909c6ca71475d921342a37d48eea67411cc2dbb9 (patch) | |
tree | eb3922a1e247bdfe299597df68157275d94d9370 /community/translate-shell/drop-rlwrap-emacs-tests.patch | |
parent | 580842dac7baabca3d2698112e3f3be766af8abe (diff) | |
download | aports-909c6ca71475d921342a37d48eea67411cc2dbb9.tar.bz2 aports-909c6ca71475d921342a37d48eea67411cc2dbb9.tar.xz |
community/translate-shell: move from testing
Diffstat (limited to 'community/translate-shell/drop-rlwrap-emacs-tests.patch')
-rw-r--r-- | community/translate-shell/drop-rlwrap-emacs-tests.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/community/translate-shell/drop-rlwrap-emacs-tests.patch b/community/translate-shell/drop-rlwrap-emacs-tests.patch new file mode 100644 index 0000000000..ee5a7a30c6 --- /dev/null +++ b/community/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")) + |