l10n: fr.po Fix some french typos
[gitweb.git] / t / t5000-tar-tree.sh
index 997aa9dea28541eda6bc9f27296ac9fea9fc0a95..fe2d4f15a73f082c516a03b1877c4cf82982138a 100755 (executable)
@@ -402,7 +402,7 @@ test_expect_success TIME_IS_64BIT 'generate tar with future mtime' '
        git archive HEAD >future.tar
 '
 
-test_expect_success TAR_HUGE,TIME_IS_64BIT 'system tar can read our future mtime' '
+test_expect_success TAR_HUGE,TIME_IS_64BIT,TIME_T_IS_64BIT 'system tar can read our future mtime' '
        echo 4147 >expect &&
        tar_info future.tar | cut -d" " -f2 >actual &&
        test_cmp expect actual