File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 125
125
ONE_SHA1=d00491fd7e5bb6fa28c517a0bb32b8b506539d4d
126
126
127
127
test_expect_success ' setup' '
128
- rm -rf /foo
128
+ rm -rf /foo &&
129
129
mkdir /foo &&
130
130
mkdir /foo/bar &&
131
131
echo 1 > /foo/foome &&
@@ -218,7 +218,7 @@ unset GIT_WORK_TREE
218
218
219
219
test_expect_success ' go to /' ' cd /'
220
220
test_expect_success ' setup' '
221
- rm -rf /.git
221
+ rm -rf /.git &&
222
222
echo "Initialized empty Git repository in /.git/" > expected &&
223
223
git init > result &&
224
224
test_cmp expected result
@@ -241,8 +241,8 @@ say "auto bare gitdir"
241
241
242
242
# DESTROYYYYY!!!!!
243
243
test_expect_success ' setup' '
244
- rm -rf /refs /objects /info /hooks
245
- rm /*
244
+ rm -rf /refs /objects /info /hooks &&
245
+ rm /* &&
246
246
cd / &&
247
247
echo "Initialized empty Git repository in /" > expected &&
248
248
git init --bare > result &&
You can’t perform that action at this time.
0 commit comments