summaryrefslogtreecommitdiffstats
path: root/test/env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'test/env-setup')
-rw-r--r--test/env-setup8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/env-setup b/test/env-setup
deleted file mode 100644
index 7456a641b..000000000
--- a/test/env-setup
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-CUR_PATH=$(pwd)
-
-PREFIX_PYTHONPATH=$CUR_PATH/inventory/:$CUR_PATH/roles/lib_yaml_editor/library
-
-
-export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH