Skip to content

Commit

Permalink
t5601: add missing && cascade
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nguyễn Thái Ngọc Duy authored and Junio C Hamano committed Jan 17, 2012
1 parent 3e6e0ed commit bafe763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/t5601-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ test_expect_success setup '
rm -fr .git &&
test_create_repo src &&
(
cd src
>file
git add file
cd src &&
>file &&
git add file &&
git commit -m initial
)
Expand Down

0 comments on commit bafe763

Please sign in to comment.