diff --git a/sharness/t0030-simple-migration.sh b/sharness/t0030-simple-migration.sh index 6bda8bca..1f48f4d2 100755 --- a/sharness/t0030-simple-migration.sh +++ b/sharness/t0030-simple-migration.sh @@ -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 ' @@ -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 '