summaryrefslogtreecommitdiff
path: root/tests/mv/part-symlink.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/part-symlink.sh')
-rwxr-xr-xtests/mv/part-symlink.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/part-symlink.sh b/tests/mv/part-symlink.sh
index 9d1d6a4a7..9604d873e 100755
--- a/tests/mv/part-symlink.sh
+++ b/tests/mv/part-symlink.sh
@@ -88,7 +88,8 @@ for copy in cp mv; do
# Normalize the program name in the error output,
# remove any site-dependent part of other-partition file name,
# and put brackets around the output.
- test -s .err && {
+ test -s .err \
+ && {
echo ' [' | tr -d '\n'
sed 's/^[^:][^:]*\(..\):/\1:/;s,'"$other_partition_tmpdir/,," .err |
tr -d '\n'