about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/E01options.ztst4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2507726b2..a5c7533bb 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-25  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15487: Src/Zle/complete.c: fix for `--' before matches ignoring all
diff --git a/Test/E01options.ztst b/Test/E01options.ztst
index 08bcb21da..ee58a5c8a 100644
--- a/Test/E01options.ztst
+++ b/Test/E01options.ztst
@@ -691,10 +691,10 @@
 ?ZTST_execchunk:2: 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
 1:POSIX_BUILTINS option
 >foo
 >unsetting...