From: Theodore Ts'o Date: Mon, 13 Nov 2006 03:57:39 +0000 (-0500) Subject: Check in binary extent test image file into the source tree. X-Git-Tag: E2FSPROGS-1_40-WIP-1114~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e68f0eb8451f16061272011a8a75c5739bad382;p=thirdparty%2Fe2fsprogs.git Check in binary extent test image file into the source tree. This is not yet ready to be used yet, but add it into the tree so that future patches don't have to deal with manually adding this binary image file into the tree. Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/ChangeLog b/tests/ChangeLog index a38ded504..1ec389b4c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2006-11-12 Theodore Tso + + * f_extents: This test is currently skipped, but we are adding it + now so that the binary image file can be added into the + source tree, so that patch files can add extent support + without having to worry about manually adding a binary file + 2006-11-11 Theodore Tso * filter_dumpe2fs: Filter out the filesystem flags field since it diff --git a/tests/f_extents/image.gz b/tests/f_extents/image.gz new file mode 100644 index 000000000..76fc2fbe2 Binary files /dev/null and b/tests/f_extents/image.gz differ diff --git a/tests/f_extents/script b/tests/f_extents/script new file mode 100644 index 000000000..c046675ee --- /dev/null +++ b/tests/f_extents/script @@ -0,0 +1,2 @@ +rm -f $test_name.ok $test_name.failed +echo "skipped"