diff --git a/sharness/t0030-simple-migration.sh b/sharness/t0030-simple-migration.sh index 9b368210..e3bc9040 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 "11" >expected && + echo "12" >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 "11" >expected && + echo "12" >expected && test_cmp expected actual '