about summary refs log tree commit diff
path: root/Test/E01options.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/E01options.ztst')
-rw-r--r--Test/E01options.ztst4
1 files changed, 2 insertions, 2 deletions
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...