summaryrefslogtreecommitdiff
path: root/test/farm
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm')
-rw-r--r--test/farm/run/run_xxx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/run/run_xxx.py b/test/farm/run/run_xxx.py
index 3c39f0f7..27967a9f 100644
--- a/test/farm/run/run_xxx.py
+++ b/test/farm/run/run_xxx.py
@@ -6,7 +6,7 @@ run("""
contains("out/stdout.txt",
"xxx: 3 4 0 7",
"\nxxx ", # The reporting line for xxx
- " 7 6 85%" # The reporting data for xxx
+ " 7 1 85%" # The reporting data for xxx
)
doesnt_contain("out/stdout.txt", "No such file or directory")
clean("out")