mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: add missing colon in _filter_ln
On distros with older coreutils(eg. RHEL5) generic/294 fails like
-ln: creating symbolic link `SCRATCH_MNT/294.test/testlink': File exists
+ln: creating symbolic link `SCRATCH_MNT/294.test/testlink'File exists
_filter_ln ate the ": ". xfs/103 has similar issue. Add ": " back.
Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
+1
-1
@@ -243,7 +243,7 @@ _filter_spaces()
|
||||
# Account for different "ln" failure messages
|
||||
_filter_ln()
|
||||
{
|
||||
sed -e "s,\(creating symbolic link .*\) to .*: ,\1," \
|
||||
sed -e "s,\(creating symbolic link .*\) to .*: ,\1: ," \
|
||||
-e "s,failed to create,creating,"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user