Skip to content
Snippets Groups Projects
Commit 8337b955 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16264

i=Adilger
test_70a: fix sed pattern
parent 648b4566
No related branches found
No related tags found
No related merge requests found
......@@ -1572,7 +1572,7 @@ test_70a () {
error "dd failed on $CLIENT"
done
local prev_client=$(echo $clients | sed 's/^.* \(\w\+\)$/\1/')
local prev_client=$(echo $clients | sed 's/^.* \(.\+\)$/\1/')
for C in ${CLIENTS//,/ }; do
do_node $prev_client dd if=$DIR/${tfile}_${C} of=/dev/null 2>/dev/null || \
error "dd if=$DIR/${tfile}_${C} failed on $prev_client"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment