improve error page/httpd logging and file permissions
[gitweb.git] / t / t5004-archive-corner-cases.sh
index 2f15d1899dc5646849876cdd9bd2fd9bccfb2a4f..3e7b23cb32c581b88473b596036517a38c51c9fd 100755 (executable)
@@ -217,11 +217,10 @@ build_tree() {
        ' "$1"
 }
 
-test_expect_failure 'tar archive with long paths' '
+test_expect_success 'tar archive with long paths' '
        blob=$(echo foo | git hash-object -w --stdin) &&
        tree=$(build_tree $blob | git mktree) &&
-       git archive -o long_paths.tar $tree 2>stderr &&
-       test_must_be_empty stderr
+       git archive -o long_paths.tar $tree
 '
 
 test_done