From: claudio Date: Tue, 20 Feb 2024 10:37:35 +0000 (+0000) Subject: Include the test pattern that resulted in an infinite loop before X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=52f7a49a0ee111d9854d8e7b2f1084047e63d612;p=openbsd Include the test pattern that resulted in an infinite loop before rmatch.c rev 1.4. --- diff --git a/regress/usr.bin/rsync-unit/rmatch_test.c b/regress/usr.bin/rsync-unit/rmatch_test.c index e77a917f776..35797981383 100644 --- a/regress/usr.bin/rsync-unit/rmatch_test.c +++ b/regress/usr.bin/rsync-unit/rmatch_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rmatch_test.c,v 1.1 2024/02/20 09:40:58 claudio Exp $ */ +/* $OpenBSD: rmatch_test.c,v 1.2 2024/02/20 10:37:35 claudio Exp $ */ /* * Copyright (c) 2021 Claudio Jeker @@ -215,10 +215,8 @@ struct tv { { "**/*a*b*g*n*t", "abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt", 0 }, { "**/*a*b*g*n*t", "abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz", 1 }, -#ifdef NOTYET /* infinte loop test from Kyle Evans */ { "dir/*.o", "dir1/a.o", 1 }, -#endif { NULL }, };