Skip to content

Commit

Permalink
Update sharness simple migration tests to latest migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Apr 20, 2021
1 parent 2c6473e commit 704c741
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 "11" >expected &&
echo "12" >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 "11" >expected &&
echo "12" >expected &&
test_cmp expected actual
'

Expand Down

0 comments on commit 704c741

Please sign in to comment.