diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-26 13:17:09 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-26 13:17:09 +0000 |
commit | 47fc2c2662ec417d274b62f65a26edb09725a754 (patch) | |
tree | beb445c11d8e95c55e1c7b7d016fb582ba1947c3 /Test | |
parent | b2a8b698724a1291ddc2164062a7e521980e2dc5 (diff) | |
download | zsh-47fc2c2662ec417d274b62f65a26edb09725a754.tar.gz zsh-47fc2c2662ec417d274b62f65a26edb09725a754.tar.xz zsh-47fc2c2662ec417d274b62f65a26edb09725a754.zip |
fix posixbuiltins test to allow for an external `print' command (15503)
Diffstat (limited to 'Test')
-rw-r--r-- | Test/E01options.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst index 477e769b5..8060868fc 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -691,10 +691,10 @@ ?(eval):14: no such file or directory: pathtestdir/findme setopt posixbuiltins - command print foo + PATH= command print foo unsetopt posixbuiltins print unsetting... - command print foo + PATH= command print foo 127:POSIX_BUILTINS option >foo >unsetting... |