On Mon, Apr 10, 2023 at 10:43:52AM +0000, David Laight wrote: > From: Alan Stern > > Sent: 06 April 2023 22:36 > > > > Paul: > > > > I just saw that two of the files in tools/memory-model/litmus-tests have > > almost identical names: > > > > Z6.0+pooncelock+pooncelock+pombonce.litmus > > Z6.0+pooncelock+poonceLock+pombonce.litmus > > > > They differ only by a lower-case 'l' vs. a capital 'L'. It's not at all > > easy to see, and won't play well in case-insensitive filesystems. > > Change the 'L' to a '1' - that'll be ok on case-insensitive > filesystems :-) Or just name them all using SHA-1 of the file contents? ;-) Thanx, Paul