diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-30 08:00:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-30 08:00:42 +0000 |
commit | 3304589043a159b4509e8c7a2156f99549db8650 (patch) | |
tree | 0b3c1e0fa41e68d062340384b29d2c5896aa8813 /tests/FILEFORMAT | |
parent | 0247642bb6269cc117aca3a2f71182d10bc7d537 (diff) |
idn is a new feature that can be made required for a test
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 9aa37fc1f..2ccd45f5f 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -78,6 +78,7 @@ to be able to run. Features testable here are: SSL netrc_debug large_file +idn </features> <killserver> @@ -101,7 +102,7 @@ variable1=contents1 variable2=contents2 Set the given environment variables to the specified value before the actual -command is run, they are clear again after the command has been run. +command is run, they are cleared again after the command has been run. </setenv> <command [option=no-output]> |