From 6a230c6b32695393785ae64b440ce5f023a22382 Mon Sep 17 00:00:00 2001 From: Andy Gozas Date: Thu, 5 Aug 2021 16:23:27 +0200 Subject: patch 8.2.3293: finding completions may cause an endless loop Problem: Finding completions may cause an endless loop. Solution: Use a better way to check coming back where the search started. (Andy Gozas, closes #8672, closes #8671) --- src/testdir/Make_all.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 6feeecd3a8..3c54087a6d 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -162,6 +162,7 @@ NEW_TESTS = \ test_increment_dbcs \ test_indent \ test_ins_complete \ + test_ins_complete_no_halt \ test_interrupt \ test_job_fails \ test_join \ @@ -405,6 +406,7 @@ NEW_TESTS_RES = \ test_increment_dbcs.res \ test_indent.res \ test_ins_complete.res \ + test_ins_complete_no_halt.res \ test_interrupt.res \ test_job_fails.res \ test_join.res \ -- cgit v1.2.3