From 083328e697ba4251520c8fa42fe386174c5a41e5 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Thu, 26 Dec 2013 16:04:30 -0800 Subject: unposted: move path assignment from comptest to Y01completion.ztst --- Test/Y01completion.ztst | 2 ++ Test/comptest | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst index 906a634de..a2aa00717 100644 --- a/Test/Y01completion.ztst +++ b/Test/Y01completion.ztst @@ -54,10 +54,12 @@ >FI:{file2} # Depends on path assignment in comptestinit + comptesteval "path=( $ZTST_srcdir:A )" comptest $'zt\t' 0:command >line: {ztst.zsh }{} + comptesteval "path=( $ZTST_srcdir:A )" comptest $':;zt\t' 0:command after separator >line: {:;ztst.zsh }{} diff --git a/Test/comptest b/Test/comptest index 4fd9b272d..10814d635 100644 --- a/Test/comptest +++ b/Test/comptest @@ -30,7 +30,6 @@ 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" \ -- cgit 1.4.1