Commit Diff


commit - 79f1ca7850bc6d41672a5cdaf89a58544e4934e8
commit + 5f607f3ca40cf226e476099adbe8820fec9f8240
blob - 31b889e400597f70997ea145da4a699458ca4443
blob + da3f16b872bbbbf0dfdc1ee56d8de24d2e6e00d2
--- regress/gotd/Makefile
+++ regress/gotd/Makefile
@@ -1,7 +1,7 @@
 REGRESS_TARGETS=test_repo_read test_repo_read_group \
 	test_repo_read_denied_user test_repo_read_denied_group \
 	test_repo_read_bad_user test_repo_read_bad_group \
-	test_repo_write test_repo_write_empty repo_req_wrong_commit
+	test_repo_write test_repo_write_empty test_req_wrong_commit
 NOOBJ=Yes
 
 .PHONY: ensure_root prepare_test_repo check_test_repo start_gotd
@@ -187,7 +187,7 @@ test_repo_write_empty: prepare_test_repo_empty start_g
 	@$(GOTD_STOP_CMD) 2>/dev/null
 	@su -m ${GOTD_USER} -c 'env $(GOTD_TEST_ENV) sh ./check_test_repo.sh'
 	
-repo_req_wrong_commit: prepare_test_repo_empty start_gotd_ro
+test_req_wrong_commit: prepare_test_repo_empty start_gotd_ro
 	@-$(GOTD_TRAP); su -m ${GOTD_TEST_USER} -c \
 		'env $(GOTD_TEST_ENV) sh ./repo_req_wrong_commit.sh'
 	@$(GOTD_STOP_CMD) 2>/dev/null
blob - 6f231756ab4735e23571a91145eabebe5484620e
blob + 97e05fec18b363301a607a121ab4b595f1fbd3c7
--- regress/gotd/repo_req_wrong_commit.sh
+++ regress/gotd/repo_req_wrong_commit.sh
@@ -17,8 +17,8 @@
 . ../cmdline/common.sh
 . ./common.sh
 
-test_wrong_commit() {
-	local testroot=`test_init wrong_commit`
+test_req_wrong_commit() {
+	local testroot=`test_init req_wrong_commit`
 
 	echo "0054want aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa multi_ack \
 side-band-64k ofs-delta" | ssh ${GOTD_DEVUSER}@127.0.0.1 \
@@ -51,4 +51,4 @@ not found" > $testroot/stderr.expected
 }
 
 test_parseargs "$@"
-run_test test_wrong_commit
+run_test test_req_wrong_commit