summaryrefslogtreecommitdiff
path: root/morphlib/bins_tests.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-05 15:33:56 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-05 15:33:56 +0100
commit1f19f7367f8dda795a112b9c6d342987f78ba895 (patch)
treed0cdbc409f0bf682ed09a68880d0077bffb3950d /morphlib/bins_tests.py
parentdb8f668ddd9a99385f54bc23fc857dda6dc2c826 (diff)
downloadmorph-1f19f7367f8dda795a112b9c6d342987f78ba895.tar.gz
bins_tests: fix tabs
Diffstat (limited to 'morphlib/bins_tests.py')
-rw-r--r--morphlib/bins_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/morphlib/bins_tests.py b/morphlib/bins_tests.py
index 3d9c7fb5..df020e0c 100644
--- a/morphlib/bins_tests.py
+++ b/morphlib/bins_tests.py
@@ -159,7 +159,7 @@ class ExtractTests(unittest.TestCase):
with open(os.path.join(basedir, 'babar'), 'w') as f: pass
os.symlink('babar', os.path.join(basedir, 'bar'))
return ['.']
- linktar = self.create_chunk(make_linkfile)
+ linktar = self.create_chunk(make_linkfile)
def make_file(basedir):
with open(os.path.join(basedir, 'bar'), 'w') as f: pass
@@ -178,7 +178,7 @@ class ExtractTests(unittest.TestCase):
return ['.']
linktar = self.create_chunk(make_usrlink)
- def make_usrdir(basedir):
+ def make_usrdir(basedir):
os.mkdir(os.path.join(basedir, 'usr'))
return ['.']
dirtar = self.create_chunk(make_usrdir)
@@ -194,7 +194,7 @@ class ExtractTests(unittest.TestCase):
return ['.']
linktar = self.create_chunk(make_usrlink)
- def make_usrdir(basedir):
+ def make_usrdir(basedir):
os.mkdir(os.path.join(basedir, 'usr'))
with open(os.path.join(basedir, 'usr', 'foo'), 'w') as f: pass
return ['.']