FreeBSD Bugzilla – Attachment 181743 Details for
Bug 218614
sysutils/e2fsprogs: Patch test to reduce reliance on GNU extensions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of sysutils/e2fsprogs
bsdgrep-e2fsprogs.diff (text/plain), 1.37 KB, created by
Kyle Evans
on 2017-04-13 00:23:24 UTC
(
hide
)
Description:
svn(1) diff of sysutils/e2fsprogs
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2017-04-13 00:23:24 UTC
Size:
1.37 KB
patch
obsolete
>Index: sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script >=================================================================== >--- sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script (nonexistent) >+++ sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script (working copy) >@@ -0,0 +1,22 @@ >+--- tests/r_inline_xattr/script.orig 2017-04-09 19:31:41 UTC >++++ tests/r_inline_xattr/script >+@@ -10,8 +10,8 @@ gunzip < $IMAGE > $TMPFILE >+ echo "resize2fs test" > $OUT >+ >+ # Look at existing inline extended attribute >+ echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|user.name (''" >> $OUT >+-$DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|user.name (" >> $OUT >++$DEBUGFS -R "stat file" $TMPFILE 2>&1 | egrep "^Inode|in inode body|user.name \(" >> $OUT >+ status=$? >+ echo Exit status is $status >> $OUT >+ >+@@ -23,8 +23,8 @@ echo Exit status is $status >> $OUT.new >+ sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT >+ >+ # Look at inline extended attribute in resized fs >+ echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|user.name (''" >> $OUT >+-$DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|user.name (" >> $OUT >++$DEBUGFS -R "stat file" $TMPFILE 2>&1 | egrep "^Inode|in inode body|user.name \(" >> $OUT >+ status=$? >+ echo Exit status is $status >> $OUT >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218614
: 181743