diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 19:29:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 19:29:25 +0000 |
commit | 6ce77ad7ba2195687114180bc8e5476f1f1212b7 (patch) | |
tree | e363c864a7fdf86e95861d57974ec910bf6a25de /Test | |
parent | 2853ca830ac8d504b7374de2be0ec82122d33c2d (diff) | |
download | zsh-6ce77ad7ba2195687114180bc8e5476f1f1212b7.tar.gz zsh-6ce77ad7ba2195687114180bc8e5476f1f1212b7.tar.xz zsh-6ce77ad7ba2195687114180bc8e5476f1f1212b7.zip |
unposted: fix test failure in previous commit
Diffstat (limited to 'Test')
-rw-r--r-- | Test/V06parameter.ztst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Test/V06parameter.ztst b/Test/V06parameter.ztst index 8b4fc30d5..6442adb12 100644 --- a/Test/V06parameter.ztst +++ b/Test/V06parameter.ztst @@ -1,11 +1,7 @@ -%prep - - zmodload zsh/parameter - %test print -r -- 'print Started functrace.zsh - : + module_path=(./Modules) print $LINENO + $functrace + $funcsourcetrace : fn() { |