]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2402-worktree-list.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t2402-worktree-list.sh
index 42d35d9ae82f5e3084d1cc37512718565aa6c41a..fedcefe8de334f2925f0536b16fd405fecc52836 100755 (executable)
@@ -167,7 +167,7 @@ test_expect_success '"list" all worktrees --verbose with prunable' '
        rm -rf prunable &&
        git worktree list --verbose >out &&
        sed -n "s/  */ /g;/\/prunable  *[0-9a-f].*$/,/prunable: .*$/p" <out >actual &&
-       test_i18ncmp actual expect
+       test_cmp actual expect
 '
 
 test_expect_success 'bare repo setup' '