summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh2
-rw-r--r--test/buildtool/file_system/create_fs_test_git_bundle.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh b/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh
index dda43340..141fbf78 100644
--- a/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh
+++ b/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh
@@ -52,7 +52,7 @@ mkdir -p test_repo
cd test_repo
# 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"
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"