diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-30 03:29:45 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-30 03:29:45 +0300 |
commit | 11d38df23c069e3e039cd4919327c8e494f030a1 (patch) | |
tree | ecb98532edfea8bae6a4c60d02d02d5d37e3772c /api/tests | |
parent | 9ef57d6e987dc15c02a7cfec64834ebd9aed954f (diff) | |
download | arching-kaos-tools-11d38df23c069e3e039cd4919327c8e494f030a1.tar.gz arching-kaos-tools-11d38df23c069e3e039cd4919327c8e494f030a1.tar.bz2 arching-kaos-tools-11d38df23c069e3e039cd4919327c8e494f030a1.zip |
Renamed ak-get-latest to ak-get-zlatest
Diffstat (limited to 'api/tests')
-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 f562bc6..b470f1d 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-latest | sed -e 's/^/{"zlatest":"/; s/$/"}/' | sha512sum - | awk '{ printf $1 }')" +CMD_RES="$(ak-get-zlatest | 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" ] |