diff options
Diffstat (limited to 'test/buildtool/file_system')
-rw-r--r-- | test/buildtool/file_system/create_fs_test_git_bundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/file_system/create_fs_test_git_bundle.sh b/test/buildtool/file_system/create_fs_test_git_bundle.sh index 96cc3608..400f7e00 100644 --- a/test/buildtool/file_system/create_fs_test_git_bundle.sh +++ b/test/buildtool/file_system/create_fs_test_git_bundle.sh @@ -51,7 +51,7 @@ cp foo baz/baz/foo cp bar baz/baz/bar # create the repo -git init > /dev/null +git init > /dev/null 2>&1 git checkout -q -b master git config user.name "Nobody" git config user.email "nobody@example.org" |