about summary refs log tree commit diff
path: root/third_party/git/t/t9400-git-cvsserver-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t9400-git-cvsserver-server.sh')
-rwxr-xr-xthird_party/git/t/t9400-git-cvsserver-server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/t9400-git-cvsserver-server.sh b/third_party/git/t/t9400-git-cvsserver-server.sh
index a5e5dca753..4a46f31c41 100755
--- a/third_party/git/t/t9400-git-cvsserver-server.sh
+++ b/third_party/git/t/t9400-git-cvsserver-server.sh
@@ -603,7 +603,7 @@ test_expect_success 'cvs server does not run with vanilla git-shell' '
 		cd cvswork &&
 		CVS_SERVER=$WORKDIR/remote-cvs &&
 		export CVS_SERVER &&
-		test_must_fail cvs log merge
+		! cvs log merge
 	)
 '