diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test582 | 3 | ||||
-rw-r--r-- | tests/data/test583 | 3 | ||||
-rw-r--r-- | tests/data/test604 | 3 | ||||
-rw-r--r-- | tests/data/test623 | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/test582 b/tests/data/test582 index 8881a87d7..64c32dbf9 100644 --- a/tests/data/test582 +++ b/tests/data/test582 @@ -34,6 +34,9 @@ Moooooooooooo # Verify data after the test has been "shot" <verify> +<valgrind> +disable +</valgrind> <strip> </strip> <protocol> diff --git a/tests/data/test583 b/tests/data/test583 index 8fca7d23c..6ad7f7d0f 100644 --- a/tests/data/test583 +++ b/tests/data/test583 @@ -35,6 +35,9 @@ sftp://localhost:%SSHPORT%PWD/log/upload583.txt %USER: # Verify data after the test has been "shot" <verify> +<valgrind> +disable +</valgrind> <errorcode> 0 </errorcode> diff --git a/tests/data/test604 b/tests/data/test604 index af0259fb9..566086e10 100644 --- a/tests/data/test604 +++ b/tests/data/test604 @@ -23,6 +23,9 @@ SFTP retrieval of nonexistent file # # Verify data after the test has been "shot" <verify> +<valgrind> +disable +</valgrind> <errorcode> 78 </errorcode> diff --git a/tests/data/test623 b/tests/data/test623 index 19e505b23..1a639d69f 100644 --- a/tests/data/test623 +++ b/tests/data/test623 @@ -33,6 +33,9 @@ for ssh upload test # # Verify data after the test has been "shot" <verify> +<valgrind> +disable +</valgrind> <errorcode> 79 </errorcode> |