about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-03-07 21:32:38 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-03-07 21:32:57 +0000
commit0d3d07c56f75064310271bf4469c5c9c13145d58 (patch)
treec4924ae146b5bfc1afb18606d92a278000208f27
parentb4996ea5ebdfda1b07bae83be64eaa1ef21baa6d (diff)
downloadzsh-0d3d07c56f75064310271bf4469c5c9c13145d58.tar.gz
zsh-0d3d07c56f75064310271bf4469c5c9c13145d58.tar.xz
zsh-0d3d07c56f75064310271bf4469c5c9c13145d58.zip
unposted: Fix trailing whitespace in test expectations.
-rw-r--r--ChangeLog5
-rw-r--r--Test/V01zmodload.ztst6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b14bb3e3a..a1b3b2d75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-07  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Test/V01zmodload.ztst: Fix trailing whitespace in
+	test expectations.
+
 2020-01-29  Daniel Shahaf  <danielsh@apache.org>
 
 	* 45342: Test/V01zmodload.ztst: Add tests for interaction
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