| Index: tools/test-push-to-trunk.sh
|
| diff --git a/tools/test-push-to-trunk.sh b/tools/test-push-to-trunk.sh
|
| index 6c201e46288514c75d9d07cd0db92602e66b97e6..8bf822aac172f900a2f67247bb7dfb68fd8da9d2 100755
|
| --- a/tools/test-push-to-trunk.sh
|
| +++ b/tools/test-push-to-trunk.sh
|
| @@ -103,7 +103,7 @@ EXP[21]="git checkout -b trunk-push svn/trunk"
|
| OUT[21]=""
|
| EXP[22]="git apply --index --reject /tmp/v8-push-to-trunk-tempfile-patch"
|
| OUT[22]=""
|
| -EXP[23]="git add src/version.cc"
|
| +EXP[23]="git add include/v8-version.h"
|
| OUT[23]=""
|
| EXP[24]="git commit -F /tmp/v8-push-to-trunk-tempfile-commitmsg"
|
| OUT[24]=""
|
|
|