commit ec9d9b2fbd416cf92abcb34a646a230acb9966f6 from: Stefan Sperling date: Thu Aug 08 07:02:40 2019 UTC stop passing paths to 'got stage' in basic stage test commit - eba70f3832e0457ba487bbe50a3d8e30dca1f15f commit + ec9d9b2fbd416cf92abcb34a646a230acb9966f6 blob - 8c98d122af2904c314017694c0b4dbf8d0026a2d blob + a19a072b1bc6c6294485114f0dd66d1796ac3697 --- regress/cmdline/stage.sh +++ regress/cmdline/stage.sh @@ -34,7 +34,7 @@ function test_stage_basic { echo ' M alpha' > $testroot/stdout.expected echo ' D beta' >> $testroot/stdout.expected echo ' A foo' >> $testroot/stdout.expected - (cd $testroot/wt && got stage alpha beta foo > $testroot/stdout) + (cd $testroot/wt && got stage > $testroot/stdout) cmp -s $testroot/stdout.expected $testroot/stdout ret="$?"