aboutsummaryrefslogtreecommitdiff
path: root/devel/got/files/patch-regress_cmdline_histedit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/patch-regress_cmdline_histedit.sh')
-rw-r--r--devel/got/files/patch-regress_cmdline_histedit.sh38
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/got/files/patch-regress_cmdline_histedit.sh b/devel/got/files/patch-regress_cmdline_histedit.sh
deleted file mode 100644
index 5e6b3cf3f2da..000000000000
--- a/devel/got/files/patch-regress_cmdline_histedit.sh
+++ /dev/null
@@ -1,38 +0,0 @@
---- regress/cmdline/histedit.sh.orig 2021-10-04 10:11:31 UTC
-+++ regress/cmdline/histedit.sh
-@@ -1561,7 +1561,7 @@ test_histedit_fold_only() {
-
- cat > $testroot/editor.sh <<EOF
- #!/bin/sh
--sed -i 's/.*/committing folded changes/' "\$1"
-+sed -i '' 's/.*/committing folded changes/' "\$1"
- EOF
- chmod +x $testroot/editor.sh
-
-@@ -1677,7 +1677,7 @@ test_histedit_fold_only_empty_logmsg() {
-
- cat > $testroot/editor.sh <<EOF
- #!/bin/sh
--sed -i 'd' "\$1"
-+sed -i '' 'd' "\$1"
- EOF
- chmod +x $testroot/editor.sh
-
-@@ -1811,7 +1811,7 @@ test_histedit_edit_only() {
-
- cat > $testroot/editor.sh <<EOF
- #!/bin/sh
--sed -i 's/.*/committing edited changes 1/' "\$1"
-+sed -i '' 's/.*/committing edited changes 1/' "\$1"
- EOF
- chmod +x $testroot/editor.sh
-
-@@ -1840,7 +1840,7 @@ EOF
-
- cat > $testroot/editor.sh <<EOF
- #!/bin/sh
--sed -i 's/.*/committing edited changes 2/' "\$1"
-+sed -i '' 's/.*/committing edited changes 2/' "\$1"
- EOF
- chmod +x $testroot/editor.sh
-