From 47fc2c2662ec417d274b62f65a26edb09725a754 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 26 Jul 2001 13:17:09 +0000 Subject: fix posixbuiltins test to allow for an external `print' command (15503) --- Test/E01options.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') 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... -- cgit 1.4.1