From 89c5b509106a17217362b6329c7de8d7fc229f7d Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Tue, 20 Apr 2021 16:44:50 +0200 Subject: [PATCH] Update sharness simple migration tests to latest migration --- sharness/t0030-simple-migration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '