summaryrefslogtreecommitdiff
path: root/testit
diff options
context:
space:
mode:
Diffstat (limited to 'testit')
-rwxr-xr-xtestit2
1 files changed, 1 insertions, 1 deletions
diff --git a/testit b/testit
index b1bdc9f..59f2659 100755
--- a/testit
+++ b/testit
@@ -92,7 +92,7 @@ class TwoHardlinksToSameContent(TestCase):
def setUp(self):
self.create('foo', 'foo')
self.hardlink('foo', 'bar')
- self.identical = ['foo', 'bar']
+ self.identical = []
class TwoHardlinksToSameContentPlusSecondIdenticalCopy(TestCase):