Skip to content

Commit a654d35

Browse files
committed
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 <[email protected]>
1 parent b741493 commit a654d35

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tests/bud/copy-parents/x/a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A-FILE
1+
A-FILE x

tests/bud/copy-parents/x/y/a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A-FILE
1+
A-FILE x/y

tests/bud/copy-parents/x/y/b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello
1+
Hello x/y

tests/bud/copy-parents/x/z/a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A-FILE
1+
A-FILE x/z

tests/bud/copy-parents/x/z/b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello
1+
Hello x/z

tests/bud/copy-parents/y/a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A-FILE
1+
A-FILE y

tests/bud/copy-parents/y/b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello
1+
Hello y

0 commit comments

Comments
 (0)