diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-17 09:05:37 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-17 09:05:37 +0300 |
commit | 3ab8a99969ba7d7b384390b608eb9ad6f5a43752 (patch) | |
tree | b7973c2d9e55d09e0682ffb3454388dddc17252d /api/tests/node_local_zlatest.sh | |
parent | 868795114f1acfb34149c22a9957169005bfc20f (diff) | |
download | arching-kaos-tools-3ab8a99969ba7d7b384390b608eb9ad6f5a43752.tar.gz arching-kaos-tools-3ab8a99969ba7d7b384390b608eb9ad6f5a43752.tar.bz2 arching-kaos-tools-3ab8a99969ba7d7b384390b608eb9ad6f5a43752.zip |
ak zchain: --get-latest (removing ak-get-zlatest)
Diffstat (limited to 'api/tests/node_local_zlatest.sh')
-rwxr-xr-x | api/tests/node_local_zlatest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/node_local_zlatest.sh b/api/tests/node_local_zlatest.sh index b470f1d..aaf2681 100755 --- a/api/tests/node_local_zlatest.sh +++ b/api/tests/node_local_zlatest.sh @@ -2,7 +2,7 @@ PROGRAM="$(basename $0)" printf '[%s]\n' "$PROGRAM" API_RES="$(curl http://127.0.0.1:8610/v0/zlatest 2>/dev/null | sha512sum - | awk '{ printf $1 }')" -CMD_RES="$(ak-get-zlatest | sed -e 's/^/{"zlatest":"/; s/$/"}/' | sha512sum - | awk '{ printf $1 }')" +CMD_RES="$(ak zchain --get-latest | sed -e 's/^/{"zlatest":"/; s/$/"}/' | sha512sum - | awk '{ printf $1 }')" printf "TEST /zlatest\n" printf "\t01:\tLatest is the same between API response and CLI..." if [ "$API_RES" == "$CMD_RES" ] |