summaryrefslogtreecommitdiffstats
path: root/tests/libptxdisttest.kermit
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-01-16 12:45:50 +0000
committerWolfram Sang <w.sang@pengutronix.de>2009-01-16 12:45:50 +0000
commitca255d3143a85ffafd41d9c27042fc7eaca476b1 (patch)
treeeeadc6b814bf22c6a4a3c5b992bebf77e1b97b93 /tests/libptxdisttest.kermit
parent9d719dad2ef3d1f03937d2f62734b3b3f9107637 (diff)
downloadptxdist-ca255d3143a85ffafd41d9c27042fc7eaca476b1.tar.gz
ptxdist-ca255d3143a85ffafd41d9c27042fc7eaca476b1.tar.xz
* tests: do not match substrings in test-scripts
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9555 33e552b5-05e3-0310-8538-816dae2090ed
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"