summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2021-09-14 09:44:07 -0230
committerTim Oram <dev@mitmaro.ca>2021-09-16 09:59:02 -0230
commit9f79e696f8f454702742ab003638167661021a33 (patch)
treeaa4c160562722cdf4ed72e73364035ec8e2ebefa /test
parentad488bc83fc6209bd5bb7fe25f681c0ec8cbdf89 (diff)
Remove unused test fixtures
Diffstat (limited to 'test')
-rw-r--r--test/git-rebase-alternative-comment-character.in4
-rw-r--r--test/git-rebase-todo-all-actions.in10
-rw-r--r--test/git-rebase-todo-empty.in1
-rw-r--r--test/git-rebase-todo-exec.in1
-rw-r--r--test/git-rebase-todo-long.in21
-rw-r--r--test/git-rebase-todo-noop.in1
-rw-r--r--test/git-rebase-todo-short.in3
-rw-r--r--test/git-rebase-todo-show-commit.in1
8 files changed, 0 insertions, 42 deletions
diff --git a/test/git-rebase-alternative-comment-character.in b/test/git-rebase-alternative-comment-character.in
deleted file mode 100644
index 7892a1c..0000000
--- a/test/git-rebase-alternative-comment-character.in
+++ /dev/null
@@ -1,4 +0,0 @@
-pick aaa Added tests
-fixup bbb Added tests
-pick ccc #Added tests
-% foo bar comment
diff --git a/test/git-rebase-todo-all-actions.in b/test/git-rebase-todo-all-actions.in
deleted file mode 100644
index 6fd972c..0000000
--- a/test/git-rebase-todo-all-actions.in
+++ /dev/null
@@ -1,10 +0,0 @@
-# A Commment
-pick 166a8bc53895a340625c781bb5dbc2f9794a3a23 abcdefghijklmnop
-reword bbbbbbbbbbbbbbb Added tests, this line is longer than it probably needs to be
-edit ccccccccccccccc Lorem ipsum st decourm
-exec git commit --amend -m "Foo bar, with some more text to make this line really lone"
-break
-x git commit --amend -m "Foo bar"
-b
-d 666666666666666 Added tests
-# A Commment
diff --git a/test/git-rebase-todo-empty.in b/test/git-rebase-todo-empty.in
deleted file mode 100644
index 66f3fca..0000000
--- a/test/git-rebase-todo-empty.in
+++ /dev/null
@@ -1 +0,0 @@
-# This is an empty rebase file
diff --git a/test/git-rebase-todo-exec.in b/test/git-rebase-todo-exec.in
deleted file mode 100644
index 16f4558..0000000
--- a/test/git-rebase-todo-exec.in
+++ /dev/null
@@ -1 +0,0 @@
-exec git commit --amend -m "Foo bar"
diff --git a/test/git-rebase-todo-long.in b/test/git-rebase-todo-long.in
deleted file mode 100644
index 537ba80..0000000
--- a/test/git-rebase-todo-long.in
+++ /dev/null
@@ -1,21 +0,0 @@
-# A Commment
-pick aaa Added tests
-pick bbb Added tests
-pick ccc Added tests
-
-pick ddd Added tests
-pick eee Added tests
-pick fff Added tests
-
-pick 111 Added tests
-pick 222 Added tests
-pick 333 Added tests
-
-pick 444 Added tests
-pick 555 Added tests
-pick 666 Added tests
-
-pick 777 Added tests
-pick 888 Added tests
-pick 999 Added tests
-# A Commment
diff --git a/test/git-rebase-todo-noop.in b/test/git-rebase-todo-noop.in
deleted file mode 100644
index e804f19..0000000
--- a/test/git-rebase-todo-noop.in
+++ /dev/null
@@ -1 +0,0 @@
-noop
diff --git a/test/git-rebase-todo-short.in b/test/git-rebase-todo-short.in
deleted file mode 100644
index fb59b80..0000000
--- a/test/git-rebase-todo-short.in
+++ /dev/null
@@ -1,3 +0,0 @@
-pick aaa Added tests
-fixup bbb Added tests
-pick ccc Added tests
diff --git a/test/git-rebase-todo-show-commit.in b/test/git-rebase-todo-show-commit.in
deleted file mode 100644
index ad89c2a..0000000
--- a/test/git-rebase-todo-show-commit.in
+++ /dev/null
@@ -1 +0,0 @@
-pick 681b75216b50ce60e7c84055d61e9b1f007eae67 Added tests