Commit 3c90ba67bd13628905631c481278d265ed30aeb7

Stefan Sperling 2019-01-02T16:16:39

discard output of 'got checkout' in basic update test

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/update.sh b/regress/cmdline/update.sh
index 736d20e..c644d0a 100755
--- a/regress/cmdline/update.sh
+++ b/regress/cmdline/update.sh
@@ -19,7 +19,7 @@
 function test_update_basic {
 	local testroot=`test_init update_basic`
 
-	got checkout $testroot/repo $testroot/wt > $testroot/stdout
+	got checkout $testroot/repo $testroot/wt > /dev/null
 	if [ "$?" != "0" ]; then
 		test_done "$testroot" "$?"
 		return 1