diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test577 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test577 b/tests/data/test577 index 5f1898f70..7a69ead20 100644 --- a/tests/data/test577 +++ b/tests/data/test577 @@ -18,6 +18,11 @@ none <tool> lib577 </tool> +# precheck is a command line to run before the test, +# to see if we can execute the test or not +<precheck> +./libtest/lib577 check +</precheck> <name> Curl_fnmatch() testing |