btrfs-progs: test: fix how to make test files in fsck-tests 013
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Mon, 21 Nov 2016 05:10:41 +0000 (14:10 +0900)
committerDavid Sterba <dsterba@suse.com>
Wed, 23 Nov 2016 10:07:06 +0000 (11:07 +0100)
commitb0d89755826d4e643c5aec8d1e8df1cbe2a587bc
tree3aee797f6df956c602e65f859f66122625125c31
parentd8f93ce802c31dde2b936d0626b636dc070e118b
btrfs-progs: test: fix how to make test files in fsck-tests 013

In my test environment, following error was occurred because the size
of /lib/modules/`uname -r`/* is larger than 1GB.

# make test-fsck
    [TEST]   fsck-tests.sh
    [TEST/fsck]   013-extent-tree-rebuild
failed: cp -aR /lib/modules/4.9.0-rc5/ /test/btrfs-progs/tests/mnt
test failed for case 013-extent-tree-rebuild
Makefile:272: recipe for target 'test-fsck' failed
make: *** [test-fsck] Error 1
#

In this test case, 'generate_dataset small' is enough for making the
test files, so I will use 'generate_dataset' instead of 'cp'.

For this, move 'generate_dataset()' from 'common.convert' to 'common'.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
tests/common
tests/common.convert
tests/fsck-tests/013-extent-tree-rebuild/test.sh