about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-07-26 13:17:09 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-07-26 13:17:09 +0000
commit47fc2c2662ec417d274b62f65a26edb09725a754 (patch)
treebeb445c11d8e95c55e1c7b7d016fb582ba1947c3
parentb2a8b698724a1291ddc2164062a7e521980e2dc5 (diff)
downloadzsh-47fc2c2662ec417d274b62f65a26edb09725a754.tar.gz
zsh-47fc2c2662ec417d274b62f65a26edb09725a754.tar.xz
zsh-47fc2c2662ec417d274b62f65a26edb09725a754.zip
fix posixbuiltins test to allow for an external `print' command (15503)
-rw-r--r--ChangeLog5
-rw-r--r--Test/E01options.ztst4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2726c4099..dbdf521fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-26  Oliver Kiddle  <opk@zsh.org>
+
+	* 15503: Test/E01options.ztst: fix posixbuiltins test so that it
+	isn't broken by the existence of a print external command.
+
 2001-07-26  Peter Stephenson  <pws@csr.com>
 
 	* 15498: Doc/Zsh/builtins.yo, Doc/Zsh/zle.yo: fix cross-refs
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...