commit 3c90ba67bd13628905631c481278d265ed30aeb7 from: Stefan Sperling date: Wed Jan 02 15:16:39 2019 UTC discard output of 'got checkout' in basic update test 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