artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936f2fa
)
Include the test pattern that resulted in an infinite loop before
author
claudio
<claudio@openbsd.org>
Tue, 20 Feb 2024 10:37:35 +0000
(10:37 +0000)
committer
claudio
<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
patch
|
blob
|
history
diff --git
a/regress/usr.bin/rsync-unit/rmatch_test.c
b/regress/usr.bin/rsync-unit/rmatch_test.c
index
e77a917
..
3579798
100644
(file)
--- 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 <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 },
};