From 7723a24297f78e3e191813410067db5f1dbca9d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 May 2003 13:06:10 +0000 Subject: setenv support added to allow test cases to require a set of environment variables --- tests/FILEFORMAT | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 356b0c0c0..2fd906487 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -66,6 +66,14 @@ in the libtest/ directory. test case description + +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 line to run, there's a bunch of %variables that get replaced accordingly. more about them elsewhere -- cgit v1.2.3