From 3be371b38bba7facc74490f713659d99d621830d Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 13 Jan 2014 02:30:49 +0000 Subject: Fix Feature/Envp.c test for llvm-lit by providing the PWD environmental variable in test environment. --- test/lit.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/lit.cfg b/test/lit.cfg index f81576f9..3bda57df 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -39,6 +39,7 @@ if klee_obj_root is not None: # Propogate 'HOME' through the environment. config.environment['HOME'] = os.environ['HOME'] +config.environment['PWD'] = os.environ['PWD'] ### -- cgit 1.4.1