diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-04 17:27:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-04 17:27:53 +0300 |
commit | 2de3df540d15ab568487bd6b45e3fab91f1133a9 (patch) | |
tree | 73b61b3e54f8eb5ee3531a55c6c63917f6fe5720 /tests/pkg-build.test | |
parent | 0abe95816cef114d372ab7ec4a48d9c51061814a (diff) |
Fix 're-linkage issue' testscript comment to reflect it happens not only on Windows
Diffstat (limited to 'tests/pkg-build.test')
-rw-r--r-- | tests/pkg-build.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 7a6a83d..9da1281 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -2151,10 +2151,10 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # date on filesystems with a low file timestamps resolution (for example # HFS+). # - # @@ By some reason the following build occasionally relinks on Windows, - # so the test fails. We will copy the configuration directory - # preserving file timestamps to research the issue when it get - # reproduced. + # @@ By some reason the following build occasionally re-links, so the + # test fails (most often reproduced on Windows). We will copy the + # configuration directory preserving file timestamps to research the + # issue when it get reproduced. # cp -r cfg cfg-backup; |