aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-test.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-05-31 11:35:38 +0100
committerSteve McIntyre <steve@einval.com>2018-05-31 11:35:38 +0100
commit9ad73da75f60b351ba43e8be99363e58ce624367 (patch)
treee25a089ed96bf6153bf01fecfa97bda66dd8f2ee /vcs-test.pl
parentca11ed33cfbe3864747168eabf788871685cf58c (diff)
Fix test harness git commit hashes
Hashes were from an old test repo, update them to match the final published repo
Diffstat (limited to 'vcs-test.pl')
-rwxr-xr-xvcs-test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs-test.pl b/vcs-test.pl
index 62e6b0c9afd..4665f3f3370 100755
--- a/vcs-test.pl
+++ b/vcs-test.pl
@@ -28,9 +28,9 @@ if (-d "CVS") {
$rev4 = "2.57768";
} else {
# Known working revs
- $rev1 = "da8b98a6a6cb82188f7b0fd6204d083ad292dea4";
- $rev2 = "4d758459f82173693d9a754fe57b2680b415da3c";
- $rev3 = "f759936a7330f7e7309322658381d1277e6c922c";
+ $rev1 = "9e4da1d32463262f3e8d3d3bc1f36c64c318b666";
+ $rev2 = "7d58ee1b5221c95a82f4a0a7932d0f8721c673fa";
+ $rev3 = "caa8fae6f7a40cc9d2ddd6cbd62b1a9a4284352b";
# And one that doesn't exist
$rev4 = "5653875687436536574367564356874365783465";
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy