gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 26/264: tests: fix verification of stdout in test 1452 due to ne


From: gnunet
Subject: [gnurl] 26/264: tests: fix verification of stdout in test 1452 due to newline
Date: Thu, 30 Apr 2020 16:05:29 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit dda8babd07fa07668294587255d04c69a6db757f
Author: Marc Hoersken <address@hidden>
AuthorDate: Sun Mar 15 23:17:01 2020 +0100

    tests: fix verification of stdout in test 1452 due to newline
    
    Fixes test1452:41:1: error: missing </stdout> tag before </verify>
---
 tests/data/test1452 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/data/test1452 b/tests/data/test1452
index 76b0eba0c..3b1727229 100644
--- a/tests/data/test1452
+++ b/tests/data/test1452
@@ -37,6 +37,8 @@ telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
 #
 # Verify data after the test has been "shot"
 <verify>
-<stdout>test1452</stdout>
+<stdout nonewline="yes">
+test1452
+</stdout>
 </verify>
 </testcase>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]