diff options
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest index 10814d635..4fd9b272d 100644 --- a/Test/comptest +++ b/Test/comptest @@ -30,6 +30,7 @@ comptestinit () { "export LC_ALL=C" \ "emulate -R zsh" \ "export ZDOTDIR=$ZTST_testdir" \ +"path=( $ZTST_srcdir:A )" \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ "bindkey -$comptest_keymap" \ |