summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Kusiak <mateusz.kusiak@intel.com>2024-12-03 11:35:29 +0100
committerMariusz Tkaczyk <mtkaczyk@kernel.org>2024-12-13 10:08:10 +0100
commit7a2a17aca5da943908735be4c7d7b78d4fffc8aa (patch)
tree225750aa23d235a7a6ffff0fdd1aa1bbb9884569
parenttests: skip 07testreshape5 if no test_stripe (diff)
downloadmdadm-7a2a17aca5da943908735be4c7d7b78d4fffc8aa.tar.xz
mdadm-7a2a17aca5da943908735be4c7d7b78d4fffc8aa.zip
tests: remove redundant new-line from save_log()
Remove redundant new-line character from "echo" call in save_log(). Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
-rw-r--r--tests/func.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func.sh b/tests/func.sh
index 4b4d3749..46d77eec 100644
--- a/tests/func.sh
+++ b/tests/func.sh
@@ -59,7 +59,7 @@ save_log() {
array=($(mdadm -Ds | cut -d' ' -f2))
[ "$1" == "fail" ] &&
fail "FAILED"
- echo " - see $logdir/$_basename.log and $logdir/$logfile for details\n"
+ echo " - see $logdir/$_basename.log and $logdir/$logfile for details"
if [ $DEVTYPE == 'lvm' ]
then
# not supported lvm type yet