summaryrefslogtreecommitdiff
path: root/t/lib-t3100.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lib-t3100.sh')
-rw-r--r--t/lib-t3100.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/lib-t3100.sh b/t/lib-t3100.sh
new file mode 100644
index 0000000..eabb5fd
--- /dev/null
+++ b/t/lib-t3100.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+setup_basic_ls_tree_data () {
+ mkdir dir &&
+ test_commit dir/sub-file &&
+ test_commit top-file &&
+ git clone . submodule &&
+ git submodule add ./submodule &&
+ git commit -m"add submodule"
+}