commit 810a850e41307cc89dc1a321a1bfbcf93d910ce1 from: Tracey Emery date: Mon Mar 23 16:52:26 2020 UTC spacing commit - 4e0a20a47c3ad389097e7c1bbcc68dbb10c70528 commit + 810a850e41307cc89dc1a321a1bfbcf93d910ce1 blob - 9fded8df42c57f1baeffa1c59d60a4ba8651ebc5 blob + 5a9d63de84c2b6a4ded2565e9eca228c844eeafd --- regress/cmdline/tree.sh +++ 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