diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-05-14 14:42:58 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-05-14 14:42:58 -0700 |
commit | 43b816538fbbac07ca7ccc2dc647c972c3ee072a (patch) | |
tree | f3919626d841a55cc86d73b458bfeddb00ba72b4 /tests/data/test577 | |
parent | 77cfeadfa6405c5808273f1d3cc8e89eb17e5f08 (diff) |
Fixed test 577 to work when --enable-hidden-symbols is configured
Diffstat (limited to 'tests/data/test577')
-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 |