Include the test pattern that resulted in an infinite loop before
authorclaudio <claudio@openbsd.org>
Tue, 20 Feb 2024 10:37:35 +0000 (10:37 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 20 Feb 2024 10:37:35 +0000 (10:37 +0000)
rmatch.c rev 1.4.

regress/usr.bin/rsync-unit/rmatch_test.c

index e77a917..3579798 100644 (file)
@@ -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 <claudio@openbsd.org>
@@ -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 },
 };