Commit 305993b9d1c0203a37c2164c5ed25f53d44a9d40

Stefan Sperling 2019-07-28T10:30:06

fix typo in test commit log message

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/update.sh b/regress/cmdline/update.sh
index 6eabac8..e4c5367 100755
--- a/regress/cmdline/update.sh
+++ b/regress/cmdline/update.sh
@@ -1459,7 +1459,7 @@ function test_update_bumps_base_commit_id {
 		return 1
 	fi
 
-	echo "psi changed zeta with git" > $testroot/repo/epsilon/zeta
+	echo "changed zeta with git" > $testroot/repo/epsilon/zeta
 	(cd $testroot/repo && git add .)
 	git_commit $testroot/repo -m "changing zeta with git"