commit-graph: create options for split files
[gitweb.git] / t / t5318-commit-graph.sh
index 3b6fd0d72848ff182c4a73a4626fae4af06fb023..063f906b3eb0eda6996aac89cee9f1cde8d3bed9 100755 (executable)
@@ -20,7 +20,7 @@ test_expect_success 'verify graph with no graph file' '
 test_expect_success 'write graph with no packs' '
        cd "$TRASH_DIRECTORY/full" &&
        git commit-graph write --object-dir . &&
-       test_path_is_file info/commit-graph
+       test_path_is_missing info/commit-graph
 '
 
 test_expect_success 'close with correct error on bad input' '