commit - eba70f3832e0457ba487bbe50a3d8e30dca1f15f
commit + ec9d9b2fbd416cf92abcb34a646a230acb9966f6
blob - 8c98d122af2904c314017694c0b4dbf8d0026a2d
blob + a19a072b1bc6c6294485114f0dd66d1796ac3697
--- regress/cmdline/stage.sh
+++ regress/cmdline/stage.sh
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="$?"