summaryrefslogtreecommitdiff
path: root/tests/histedit-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/histedit-helpers.sh')
-rw-r--r--tests/histedit-helpers.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/histedit-helpers.sh b/tests/histedit-helpers.sh
deleted file mode 100644
index 4475883..0000000
--- a/tests/histedit-helpers.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-fixbundle() {
- grep -v 'saving bundle' | grep -v 'saved backup' | \
- grep -v added | grep -v adding | \
- grep -v "unable to find 'e' for patching" | \
- grep -v "e: No such file or directory"
-}