Commit 810a850e41307cc89dc1a321a1bfbcf93d910ce1

Tracey Emery 2020-03-23T16:52:26

spacing

diff --git a/regress/cmdline/tree.sh b/regress/cmdline/tree.sh
index 9fded8d..5a9d63d 100644
--- a/regress/cmdline/tree.sh
+++ b/regress/cmdline/tree.sh
@@ -24,7 +24,7 @@ function test_tree_basic {
 	echo "new file" > $testroot/wt/foo
 
 	(cd $testroot/wt && got add foo > /dev/null)
-	(cd $testroot/wt && got commit -m "add foo" foo >/dev/null)
+	(cd $testroot/wt && got commit -m "add foo" foo > /dev/null)
 
 	echo 'alpha' > $testroot/stdout.expected
 	echo 'beta' >> $testroot/stdout.expected
@@ -58,7 +58,7 @@ function test_tree_branch {
 	echo "new file" > $testroot/wt/foo
 
 	(cd $testroot/wt && got add foo > /dev/null)
-	(cd $testroot/wt && got commit -m "add foo" foo >/dev/null)
+	(cd $testroot/wt && got commit -m "add foo" foo > /dev/null)
 
 	echo 'alpha' > $testroot/stdout.expected
 	echo 'beta' >> $testroot/stdout.expected