From 9ad73da75f60b351ba43e8be99363e58ce624367 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 31 May 2018 11:35:38 +0100 Subject: Fix test harness git commit hashes Hashes were from an old test repo, update them to match the final published repo --- vcs-test.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcs-test.pl') 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"; } -- cgit v1.2.3