diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-09 09:05:53 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-09 09:05:53 +0000 |
commit | 2ebc5ba1cdfe22147b399c31face3735f3bbc29e (patch) | |
tree | 7d8799587f87d623ebe438b4fda7330f2051c2a6 | |
parent | 6845f57d4cf6cb45a04fa8e10cfdb3ad7d30f3c4 (diff) | |
download | zsh-2ebc5ba1cdfe22147b399c31face3735f3bbc29e.tar.gz zsh-2ebc5ba1cdfe22147b399c31face3735f3bbc29e.tar.xz zsh-2ebc5ba1cdfe22147b399c31face3735f3bbc29e.zip |
zsh-workers/9632
-rw-r--r-- | Test/05command.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/05command.ztst b/Test/05command.ztst index 958106493..8df04b027 100644 --- a/Test/05command.ztst +++ b/Test/05command.ztst @@ -116,7 +116,7 @@ } : unfunction TRAPDEBUG - }' > fn + ' > fn autoload fn fn rm fn @@ -128,7 +128,7 @@ print 'trap '\''print Line $LINENO'\'' DEBUG : trap - DEBUG - }' > fn + ' > fn autoload fn fn rm fn |