Commit 6a5eff7c93868c5577c7d59c31aabc317824b34b

Stefan Sperling 2019-11-23T10:00:27

trim trailing whitespace in revert.sh (patch by Tracey Emery)

diff --git a/regress/cmdline/revert.sh b/regress/cmdline/revert.sh
index 03dde36..6e6d96b 100755
--- a/regress/cmdline/revert.sh
+++ b/regress/cmdline/revert.sh
@@ -332,7 +332,7 @@ function test_revert_directory_unknown {
 
 	echo "modified alpha" > $testroot/wt/alpha
 	echo "new untracked file" > $testroot/wt/epsilon/new_file
-	echo "modified epsilon/zeta" > $testroot/wt/epsilon/zeta	
+	echo "modified epsilon/zeta" > $testroot/wt/epsilon/zeta
 
 	(cd $testroot/wt && got revert -R . > $testroot/stdout)
 
@@ -357,7 +357,7 @@ function test_revert_directory_unknown {
 		test_done "$testroot" "$ret"
 		return 1
 	fi
-	
+
 	echo "zeta" > $testroot/content.expected
 	cat $testroot/wt/epsilon/zeta > $testroot/content