diff options
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/e2fsprogs-fix-tests-f_extent_oobounds.patch')
| -rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/e2fsprogs-fix-tests-f_extent_oobounds.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/e2fsprogs-fix-tests-f_extent_oobounds.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/e2fsprogs-fix-tests-f_extent_oobounds.patch new file mode 100644 index 0000000000..a4f7077641 --- /dev/null +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/e2fsprogs-fix-tests-f_extent_oobounds.patch | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | From 1bfd0e015be7dd22a44995dd2a7002328aedc0e6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
| 3 | Date: Sat, 9 Nov 2013 22:24:37 +0800 | ||
| 4 | Subject: [PATCH] e2fsprogs: fix tests/f_extent_oobounds | ||
| 5 | |||
| 6 | Use $DEBUGFS and $MKE2FS to get the in-tree executables | ||
| 7 | for this test. | ||
| 8 | |||
| 9 | (Build machines which run make check shouldn't need to have | ||
| 10 | e2fsprogs installed, and we should be testing just-built versions | ||
| 11 | of the tools anyway) | ||
| 12 | |||
| 13 | This patch is from: | ||
| 14 | http://www.spinics.net/lists/linux-ext4/msg38880.html | ||
| 15 | |||
| 16 | Eric Sandeen had sent it to the upstream, but haven't been merge by now. | ||
| 17 | |||
| 18 | Upstream-Status: Backport | ||
| 19 | |||
| 20 | Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> | ||
| 21 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
| 22 | --- | ||
| 23 | tests/f_extent_oobounds/script | 4 ++-- | ||
| 24 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 25 | |||
| 26 | diff --git a/tests/f_extent_oobounds/script b/tests/f_extent_oobounds/script | ||
| 27 | index 31ac6c9..b00b031 100644 | ||
| 28 | --- a/tests/f_extent_oobounds/script | ||
| 29 | +++ b/tests/f_extent_oobounds/script | ||
| 30 | @@ -4,8 +4,8 @@ SKIP_GUNZIP="true" | ||
| 31 | TEST_DATA="$test_name.tmp" | ||
| 32 | |||
| 33 | dd if=/dev/zero of=$TMPFILE bs=1k count=256 > /dev/null 2>&1 | ||
| 34 | -mke2fs -Ft ext4 $TMPFILE > /dev/null 2>&1 | ||
| 35 | -debugfs -w $TMPFILE << EOF > /dev/null 2>&1 | ||
| 36 | +$MKE2FS -Ft ext4 $TMPFILE > /dev/null 2>&1 | ||
| 37 | +$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1 | ||
| 38 | write /dev/null testfile | ||
| 39 | extent_open testfile | ||
| 40 | insert_node 0 15 100 | ||
| 41 | -- | ||
| 42 | 1.8.3.1 | ||
| 43 | |||
