summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-857330/common.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-857330/common.rc')
-rw-r--r--tests/bugs/bug-857330/common.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-857330/common.rc b/tests/bugs/bug-857330/common.rc
index 4e5a73a0b..e5a7cd79a 100644
--- a/tests/bugs/bug-857330/common.rc
+++ b/tests/bugs/bug-857330/common.rc
@@ -22,7 +22,7 @@ function check-and-store-task-id()
function get-task-id()
{
- $CLI $COMMAND | grep $PATTERN | grep -o -E "$UUID_REGEX"
+ $CLI $COMMAND | grep $PATTERN | grep -o -E "$UUID_REGEX" | tail -n1
}