diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-27 14:02:50 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-27 14:02:50 +0000 |
commit | 310d842b70ad967e001e841d5d83280f7bba4e23 (patch) | |
tree | 5c6f8b3c52922a727e8423f135d5ff6fcc55a9bc /tests/data/test558 | |
parent | 1498de83d601abcfa79c1e0f36d61dfc6a6a785f (diff) |
Skip test #558 when libcurl is built with hidden symbols
Diffstat (limited to 'tests/data/test558')
-rw-r--r-- | tests/data/test558 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test558 b/tests/data/test558 index e2c74b251..3844f3923 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -13,6 +13,11 @@ none <tool> lib558 </tool> +# precheck is a command line to run before the test, +# to see if we can execute the test or not +<precheck> +./libtest/lib558 check +</precheck> <name> internal hash testing |