summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-regress_cmdline_commit.sh
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2020-09-21 15:40:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2020-09-21 15:40:04 +0000
commitdefdab04c15540f28cb8a2a76c3251e1d126baba (patch)
tree6ac05b9c52b1ce743e83402d987dc990df66e19d /devel/got/files/patch-regress_cmdline_commit.sh
parentMark as broken on FreeBSD 11.4 amd64 (diff)
Update to 0.40. User-visible changes:
- document our default choice of text editor - fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf - fix crash in got_free_gotconfig() - print newline to clear the bottom line when tog exits
Diffstat (limited to 'devel/got/files/patch-regress_cmdline_commit.sh')
-rw-r--r--devel/got/files/patch-regress_cmdline_commit.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/got/files/patch-regress_cmdline_commit.sh b/devel/got/files/patch-regress_cmdline_commit.sh
deleted file mode 100644
index 3c4f2edf6682..000000000000
--- a/devel/got/files/patch-regress_cmdline_commit.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-XXX remove after 0.39
---- regress/cmdline/commit.sh.orig 2020-09-13 18:20:00 UTC
-+++ regress/cmdline/commit.sh
-@@ -248,7 +248,8 @@ test_commit_deleted_subdirs() {
- return 1
- fi
-
-- (cd $testroot/wt && got rm -R $testroot/wt/{epsilon,gamma} >/dev/null)
-+ (cd $testroot/wt && \
-+ got rm -R $testroot/wt/epsilon $testroot/wt/gamma >/dev/null)
-
- (cd $testroot/wt && got commit -m 'test commit_deleted_subdirs' \
- > $testroot/stdout 2> $testroot/stderr)