aboutsummaryrefslogtreecommitdiff
path: root/testdata/beku_test.git/info/exclude
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-01-30 11:33:37 +0700
committerShulhan <ms@kilabit.info>2022-01-30 11:33:37 +0700
commitb6c96bbfd14baff70932dd9fb4722d8e32f38a58 (patch)
treeb57c79df3134c6759aa827316a72a385f3b6ff86 /testdata/beku_test.git/info/exclude
parentb5f28512de8cf3fcc7fe31fb7c11570816f86a0f (diff)
downloadbeku-b6c96bbfd14baff70932dd9fb4722d8e32f38a58.tar.xz
all: replace beku_test in testdata with gitsubmodule
Previously, the beku_test is bare clone of git repository stored as is. This cause an initial clone of the beku repository itself does not recognize it as git repository, which make the test fail: go test -v -coverprofile=cover.out ./... || rm -f cover.out fatal: '/home/ms/go/src/git.sr.ht/~shulhan/beku/testdata/beku_test.git' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2022/01/30 10:56:19 gitInstall: Clone: exit status 128 FAIL github.com/shuLhan/beku 0.008s This changes make the testdata/beku_test.git as git submodule, to make the test run well.
Diffstat (limited to 'testdata/beku_test.git/info/exclude')
-rw-r--r--testdata/beku_test.git/info/exclude6
1 files changed, 0 insertions, 6 deletions
diff --git a/testdata/beku_test.git/info/exclude b/testdata/beku_test.git/info/exclude
deleted file mode 100644
index a5196d1..0000000
--- a/testdata/beku_test.git/info/exclude
+++ /dev/null
@@ -1,6 +0,0 @@
-# git ls-files --others --exclude-from=.git/info/exclude
-# Lines that start with '#' are comments.
-# For a project mostly in C, the following would be a good set of
-# exclude patterns (uncomment them if you want to use them):
-# *.[oa]
-# *~