diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-07-04 00:55:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-07-11 23:41:24 +0200 |
commit | 1b76c38904f0033ac1403ec4b31c28f23805c0d4 (patch) | |
tree | 836d54662c91bc088e4860712c02d83ac0117b9b /tests | |
parent | d6417f6c2ddb10099da2c7ad0ffeebaa732aa824 (diff) | |
download | curl-1b76c38904f0033ac1403ec4b31c28f23805c0d4.tar.gz |
conn: remove the boolean 'inuse' field
... as the usage needs to be counted.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1554 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/test1554 b/tests/data/test1554 index 06f189724..be48e02eb 100644 --- a/tests/data/test1554 +++ b/tests/data/test1554 @@ -38,8 +38,6 @@ run 1: foobar and so on fun! <- Mutex unlock -> Mutex lock <- Mutex unlock --> Mutex lock -<- Mutex unlock run 1: foobar and so on fun! -> Mutex lock <- Mutex unlock @@ -49,8 +47,6 @@ run 1: foobar and so on fun! <- Mutex unlock -> Mutex lock <- Mutex unlock --> Mutex lock -<- Mutex unlock run 1: foobar and so on fun! -> Mutex lock <- Mutex unlock @@ -58,8 +54,6 @@ run 1: foobar and so on fun! <- Mutex unlock -> Mutex lock <- Mutex unlock --> Mutex lock -<- Mutex unlock </datacheck> </reply> |