From 52f7a49a0ee111d9854d8e7b2f1084047e63d612 Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 20 Feb 2024 10:37:35 +0000 Subject: [PATCH] Include the test pattern that resulted in an infinite loop before rmatch.c rev 1.4. --- regress/usr.bin/rsync-unit/rmatch_test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }, }; -- 2.20.1