diff options
Diffstat (limited to 'devel/got/files/patch-regress_cmdline_commit.sh')
-rw-r--r-- | devel/got/files/patch-regress_cmdline_commit.sh | 13 |
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) |