From 2b16f3c5e9496ce62a807f3e641c054937c985f7 Mon Sep 17 00:00:00 2001 From: Alain Hebert Date: Tue, 9 Sep 2025 15:23:25 +0200 Subject: Correct a non-regression test --- PyGan/data/testVVER.access | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'PyGan/data/testVVER.access') diff --git a/PyGan/data/testVVER.access b/PyGan/data/testVVER.access index 64191f6..d43db0e 100755 --- a/PyGan/data/testVVER.access +++ b/PyGan/data/testVVER.access @@ -24,15 +24,15 @@ else echo '-----.access----- Use big endian libraries' pos=$1/../../libraries/b_endian fi -if [ -f "$pos"/draglibJeff3p1p1SHEM295.gz ] +if [ -f "$pos"/draglibJeff3p1p1SHEM295_v5p1.gz ] then echo '-----.access----- gunzipping DLIB_J3p1p1' chmod 755 "$pos" - gunzip "$pos"/draglibJeff3p1p1SHEM295.gz + gunzip "$pos"/draglibJeff3p1p1SHEM295_v5p1.gz fi -if [ -f "$pos"/draglibJeff3p1p1SHEM295 ] +if [ -f "$pos"/draglibJeff3p1p1SHEM295_v5p1 ] then - ln -s "$pos"/draglibJeff3p1p1SHEM295 DLIB_J3p1p1 + ln -s "$pos"/draglibJeff3p1p1SHEM295_v5p1 DLIB_J3p1p1 fi ls -l echo -"----.access----- testVVER access script terminated" -- cgit v1.2.3