diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-22 15:59:27 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-22 15:59:27 +0000 |
commit | 4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2 (patch) | |
tree | 13521be7112e479d7c6d253c292893c1b070a61a /Test/Y03arguments.ztst | |
parent | 4fe788b09293eac27472a33d3b5e784583c13bde (diff) | |
download | zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.gz zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.xz zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.zip |
Assorted minor test tweaks.
Diffstat (limited to 'Test/Y03arguments.ztst')
-rw-r--r-- | Test/Y03arguments.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/Y03arguments.ztst b/Test/Y03arguments.ztst index 596441358..ba9188357 100644 --- a/Test/Y03arguments.ztst +++ b/Test/Y03arguments.ztst @@ -8,8 +8,8 @@ comptestinit -z $ZTST_testdir/../Src/zsh && { - comptesteval 'compdef _tst tst' - tst_arguments () { comptesteval "_tst () { _arguments ${${(@qq)*}} }" } + comptesteval 'compdef _tst tst' + tst_arguments () { comptesteval "_tst () { _arguments ${${(@qq)*}} }" } } %test |