Fix regression test in new version
This commit is contained in:
parent
536c55b2c9
commit
802a0e42f1
25
e2fsprogs-1.42.8-f_extent_oobounds.patch
Normal file
25
e2fsprogs-1.42.8-f_extent_oobounds.patch
Normal file
@ -0,0 +1,25 @@
|
||||
[PATCH] e2fsprogs: fix tests/f_extent_oobounds
|
||||
|
||||
tests/f_extent_oobounds runs debugfs from the system, not
|
||||
from the source tree, and if the system's debugfs doesn't
|
||||
have the extent_open command it fails silently.
|
||||
|
||||
Use $DEBUGFS to get the right executable.
|
||||
|
||||
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
|
||||
---
|
||||
|
||||
diff --git a/tests/f_extent_oobounds/script b/tests/f_extent_oobounds/script
|
||||
index 31ac6c9..b1f0e1a 100644
|
||||
--- a/tests/f_extent_oobounds/script
|
||||
+++ b/tests/f_extent_oobounds/script
|
||||
@@ -5,7 +5,7 @@ TEST_DATA="$test_name.tmp"
|
||||
|
||||
dd if=/dev/zero of=$TMPFILE bs=1k count=256 > /dev/null 2>&1
|
||||
mke2fs -Ft ext4 $TMPFILE > /dev/null 2>&1
|
||||
-debugfs -w $TMPFILE << EOF > /dev/null 2>&1
|
||||
+$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1
|
||||
write /dev/null testfile
|
||||
extent_open testfile
|
||||
insert_node 0 15 100
|
||||
|
@ -11,6 +11,7 @@ Source1: ext2_types-wrapper.h
|
||||
Source2: e2fsck.conf
|
||||
|
||||
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
||||
Patch2: e2fsprogs-1.42.8-f_extent_oobounds.patch
|
||||
|
||||
Url: http://e2fsprogs.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -150,6 +151,8 @@ It was originally inspired by the Multics SubSystem library.
|
||||
# mildly unsafe but 'til I get something better, avoid full fsck
|
||||
# after an selinux install...
|
||||
%patch1 -p1 -b .featurecheck
|
||||
# Fix a regression test
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
||||
|
Loading…
Reference in New Issue
Block a user