From 0d3d07c56f75064310271bf4469c5c9c13145d58 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 7 Mar 2020 21:32:38 +0000 Subject: unposted: Fix trailing whitespace in test expectations. --- Test/V01zmodload.ztst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Test') diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst index 237b7d2dc..339df7436 100644 --- a/Test/V01zmodload.ztst +++ b/Test/V01zmodload.ztst @@ -355,7 +355,7 @@ echo $+options ' -f:can unset a non-readonly autoloadable parameter before loading the module ->0 +>0 # Currently prints '1'. $ZTST_testdir/../Src/zsh -fc ' @@ -364,7 +364,7 @@ echo $+options ' 0:can unset a non-readonly autoloadable parameter after loading the module ->0 +>0 $ZTST_testdir/../Src/zsh -fc ' if zmodload -e zsh/parameter; then zmodload -u zsh/parameter; fi @@ -387,7 +387,7 @@ echo $options ' 0:unloading a module doesn't implicitly unset autoloadable parameters -*>(on|off) * +*>(on|off) * %clean -- cgit 1.4.1