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 5da50d9 commit 89c5b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharness/t0030-simple-migration.sh
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 89c5b50

Please sign in to comment.