Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Feb 28, 2020
1 parent e3bbe44 commit a765ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharness/t0030-simple-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_expect_success "'fs-repo-migrations -v' works" '
'

test_expect_success "'fs-repo-migrations -v' output looks good" '
echo "7" >expected &&
echo "9" >expected &&
test_cmp expected actual
'

Expand All @@ -30,7 +30,7 @@ test_expect_success "'fs-repo-migrations -v' works" '
'

test_expect_success "'fs-repo-migrations -v' output looks good" '
echo "7" >expected &&
echo "9" >expected &&
test_cmp expected actual
'

Expand Down

0 comments on commit a765ac1

Please sign in to comment.