Make some test files different from each other
In case there's some opportunistic hard linking going on, which might be causing problems when the tests are packaged and run in an environment which is wildly different from CI. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
b74149334e
commit
a654d35349
|
@ -1 +1 @@
|
|||
A-FILE
|
||||
A-FILE x
|
||||
|
|
|
@ -1 +1 @@
|
|||
A-FILE
|
||||
A-FILE x/y
|
||||
|
|
|
@ -1 +1 @@
|
|||
Hello
|
||||
Hello x/y
|
||||
|
|
|
@ -1 +1 @@
|
|||
A-FILE
|
||||
A-FILE x/z
|
||||
|
|
|
@ -1 +1 @@
|
|||
Hello
|
||||
Hello x/z
|
||||
|
|
|
@ -1 +1 @@
|
|||
A-FILE
|
||||
A-FILE y
|
||||
|
|
|
@ -1 +1 @@
|
|||
Hello
|
||||
Hello y
|
||||
|
|
Loading…
Reference in New Issue