]> arthur.barton.de Git - bup.git/blobdiff - t/test-meta.sh
Rename test-fs.img to testfs.img and add it to the clean target.
[bup.git] / t / test-meta.sh
index c0dd89a97f23a2b212240fe6ebdb83fd194fed9b..1b99bf50aed951a308b583ae584a2f4d3f3d4ea5 100755 (executable)
@@ -110,10 +110,10 @@ then
     WVSTART 'meta - general (as root)'
     WVPASS cd "${TOP}/bupmeta.tmp"
     umount testfs || true
-    dd if=/dev/zero of=test-fs.img bs=1M count=32
-    mke2fs -F -j -m 0 test-fs.img
+    dd if=/dev/zero of=testfs.img bs=1M count=32
+    mke2fs -F -j -m 0 testfs.img
     mkdir testfs
-    mount -o loop,acl,user_xattr test-fs.img testfs
+    mount -o loop,acl,user_xattr testfs.img testfs
     # Hide, so that tests can't create risks.
     chown root:root testfs
     chmod 0700 testfs