Commit Diff


commit - 11c34c6d920f3fdfcc436b3a83834fcc34a3566c
commit + 3c90ba67bd13628905631c481278d265ed30aeb7
blob - 736d20ef92439eec6ec53ed167e5b6461df3395d
blob + c644d0afbddcdaa7df67a661c008eea6a9552deb
--- regress/cmdline/update.sh
+++ 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