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/Y01completion.ztst | |
| parent | Don't treat numbers as cd-able vars. (diff) | |
| download | zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.gz zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.bz2 zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.lz zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.xz zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.zst zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.zip | |
Assorted minor test tweaks.
Diffstat (limited to 'Test/Y01completion.ztst')
| -rw-r--r-- | Test/Y01completion.ztst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst index 0dfb6c074..49df8ab3a 100644 --- a/Test/Y01completion.ztst +++ b/Test/Y01completion.ztst @@ -8,10 +8,10 @@ comptestinit -z $ZTST_testdir/../Src/zsh && { - mkdir dir1 - mkdir dir2 - touch file1 - touch file2 + mkdir dir1 && + mkdir dir2 && + touch file1 && + touch file2 } %test |
