summaryrefslogtreecommitdiffstats
path: root/tests/libptxdisttest.kermit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libptxdisttest.kermit')
-rw-r--r--tests/libptxdisttest.kermit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libptxdisttest.kermit b/tests/libptxdisttest.kermit
index a1f463520..142f20b9f 100644
--- a/tests/libptxdisttest.kermit
+++ b/tests/libptxdisttest.kermit
@@ -113,7 +113,7 @@ define ptx_uboot_exec {
if = \m(uboot_version) 2 {
ptx_lineout "echo result: $?"
- input 10 \fpattern(result: 0$)
+ input 10 \fpattern(^result: 0$)
ptx_check_fail "returncode from '\%2' is not 0"