Commit 34c3415fac1e6f7bb8fb803417020063834c6112

Stefan Sperling 2021-09-21T20:17:54

update README blurb about 'ssh 127.0.0.1' requirement for regress tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README b/README
index 2b2e022..46cff8a 100644
--- a/README
+++ b/README
@@ -29,8 +29,8 @@ A build started in Got's Git repository will install files under ~/bin.
 
 Tests will pass only after 'make install' because they rely on installed
 binaries in $PATH. Tests in the cmdline directory currently depend on git(1).
-Tests in 'clone.sh' and 'fetch.sh' will fail if 'ssh 127.0.0.1' does not
-succeed non-interactively.
+Tests which use the got clone, fetch, and send commands will fail if
+'ssh 127.0.0.1' does not succeed non-interactively.
 
  $ doas pkg_add git
  $ make regress