From 74eaa20404143884705227cb82141f9eb1243c60 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 21 Apr 2009 10:37:36 +0000 Subject: 26858: use zsh instead of sh in exec -l test --- Test/A01grammar.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index a1ec2cc00..9d9f49860 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -62,9 +62,9 @@ (exec /bin/sh; echo bar) 0:`exec' precommand modifier - (exec -l /bin/sh -c 'echo $0') + (exec -l $ZTST_testdir/../Src/zsh -fc 'echo $0' | sed 's%/.*/%%' ) 0:`exec' with -l option ->-/bin/sh +>-zsh (exec -a /bin/SPLATTER /bin/sh -c 'echo $0') 0:`exec' with -a option -- cgit 1.4.1