Commit 75c3042749cebcb49930b762aa6b635efbb72970

Stefan Sperling 2020-07-23T14:21:30

remove debugging test code

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/regress/cmdline/commit.sh b/regress/cmdline/commit.sh
index 45cd97f..55a121e 100755
--- a/regress/cmdline/commit.sh
+++ b/regress/cmdline/commit.sh
@@ -993,7 +993,6 @@ function test_commit_symlink {
 		epsilon/beta.link nonexistent.link > /dev/null)
 
 	(cd $testroot/wt && got commit -m 'test commit_symlink' > $testroot/stdout)
-	#(cd $testroot/wt && egdb --args got commit -m 'test commit_symlink')
 
 	local head_rev=`git_show_head $testroot/repo`
 	echo "A  alpha.link" > $testroot/stdout.expected