diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-03-15 10:24:50 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-03-15 10:41:40 +0100 |
commit | 02bba0ce7d51b1c8784118c887ca8471ac48d96d (patch) | |
tree | 0ccfa3ec48e517522000fc76dfe5985215fbed41 /tests/data | |
parent | e8aff0c58837c901b60eb7009a3a5afe3f0ec471 (diff) |
tests: disable valgrind on the remaining scp/sftp tests
Diffstat (limited to 'tests/data')
-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> |