Imported Upstream version 2.24.1
[platform/upstream/git.git] / t / t1008-read-tree-overlay.sh
index 4c50ed9..cf96016 100755 (executable)
@@ -23,7 +23,7 @@ test_expect_success setup '
 
 test_expect_success 'multi-read' '
        read_tree_must_succeed initial master side &&
-       (echo a; echo b/c) >expect &&
+       test_write_lines a b/c >expect &&
        git ls-files >actual &&
        test_cmp expect actual
 '