aboutsummaryrefslogtreecommitdiff
path: root/tests/lsattr.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lsattr.test')
-rw-r--r--tests/lsattr.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lsattr.test b/tests/lsattr.test
index cadbe920..63d9ee9c 100644
--- a/tests/lsattr.test
+++ b/tests/lsattr.test
@@ -17,8 +17,8 @@ function clean()
# inlined in the inode (N), or use indexed directories, so strip those out.
# We also don't want to rely on chattr(1) to set a known version number or
# project number, so blank out any numbers.
- sed -E 's/, (Encrypted|Extents|Indexed_directory|Inline_Data)//g;' |
- sed -E 's/[EeIN]-/--/g; s/[0-9]+/_/g'
+ sed -E -e 's/, (Encrypted|Extents|Indexed_directory|Inline_Data)//g;' \
+ -e 's/[EeIN]-/--/g; s/[0-9]+/_/g'
}
testing "file" "lsattr file | clean" "$_A file\n" "" ""