summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-regress_cmdline_histedit.sh
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2023-03-07 21:00:12 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2023-03-07 21:00:12 +0000
commit386b28c3c1babc5d17d35b7044b8a485b488dc5a (patch)
tree9d611fae57f6ee96da3479b3247bf857c9442f8d /devel/got/files/patch-regress_cmdline_histedit.sh
parentnet-mgmt/zabbix5-server: Update to 5.0.32 (diff)
devel/got: update to 0.85
User-visible changes: - fall back to vi(1) instead of ed(1) if neither EDITOR nor VISUAL are set
Diffstat (limited to 'devel/got/files/patch-regress_cmdline_histedit.sh')
-rw-r--r--devel/got/files/patch-regress_cmdline_histedit.sh47
1 files changed, 0 insertions, 47 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 fa6d904094fb..000000000000
--- a/devel/got/files/patch-regress_cmdline_histedit.sh
+++ /dev/null
@@ -1,47 +0,0 @@
---- regress/cmdline/histedit.sh.orig 2023-01-29 10:30:53 UTC
-+++ regress/cmdline/histedit.sh
-@@ -1564,7 +1564,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
-
-@@ -1680,7 +1680,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
-
-@@ -1814,7 +1814,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
-
-@@ -1843,7 +1843,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
-
-@@ -2239,7 +2239,7 @@ test_histedit_mesg_filemode_change() {
-
- cat > $testroot/editor.sh <<EOF
- #!/bin/sh
--sed -i 's/ x bit / executable bit /' "\$1"
-+sed -i '' 's/ x bit / executable bit /' "\$1"
- EOF
-
- chmod +x $testroot/editor.sh