mirror of
https://github.com/curl/curl.git
synced 2026-08-10 08:10:53 +03:00
tests: fix test1301 to call the right binary
It was refactored in commit 480ac6e5 but this step was missed.
This commit is contained in:
parent
b5d955bc79
commit
c10c0c0578
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
curl_strequal
|
||||
</keywords>
|
||||
</info>
|
||||
|
|
@ -12,6 +11,9 @@ curl_strequal
|
|||
<server>
|
||||
none
|
||||
</server>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
<name>
|
||||
curl_strequal tests
|
||||
</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue