git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7b178
)
test-imagex-ntfs: Increase filesystem size
author
Eric Biggers
<ebiggers3@gmail.com>
Thu, 26 Dec 2013 23:38:00 +0000
(17:38 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Thu, 26 Dec 2013 23:38:00 +0000
(17:38 -0600)
tests/test-imagex-ntfs
patch
|
blob
|
history
diff --git
a/tests/test-imagex-ntfs
b/tests/test-imagex-ntfs
index
7100984
..
3df41ef
100755
(executable)
--- a/
tests/test-imagex-ntfs
+++ b/
tests/test-imagex-ntfs
@@
-62,8
+62,8
@@
do_mkntfs() {
init() {
echo "Creating NTFS volumes and empty directories to use as mountpoints"
- dd if=/dev/zero of=in.ntfs bs=4096 count=
5
00 &> /dev/null
- dd if=/dev/zero of=out.ntfs bs=4096 count=
5
00 &> /dev/null
+ dd if=/dev/zero of=in.ntfs bs=4096 count=
10
00 &> /dev/null
+ dd if=/dev/zero of=out.ntfs bs=4096 count=
10
00 &> /dev/null
mkdir in.mnt out.mnt
do_mkntfs in.ntfs
do_mkntfs out.ntfs