summaryrefslogtreecommitdiff
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 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...