diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-26 13:18:07 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-26 13:18:07 +0000 |
| commit | 17e576782c4fd64194d4908af5b9774308f1205f (patch) | |
| tree | 17dd493a05fe17e0e2f90d9dbf30551dd7d97e35 /Test/ztst.zsh | |
| parent | Unposted: documentation for "zargs" (diff) | |
| download | zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.gz zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.bz2 zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.lz zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.xz zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.zst zsh-17e576782c4fd64194d4908af5b9774308f1205f.zip | |
20198: fix TRAPEXIT.
Diffstat (limited to 'Test/ztst.zsh')
| -rwxr-xr-x | Test/ztst.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 51ca12a30..a110c401c 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -31,6 +31,8 @@ emulate -R zsh # Set the module load path to correspond to this build of zsh. # This Modules directory should have been created by "make check". [[ -d Modules/zsh ]] && module_path=( $PWD/Modules ) +# Allow this to be passed down. +export MODULE_PATH # We need to be able to save and restore the options used in the test. # We use the $options variable of the parameter module for this. |
