tests: abuild: fix checksum test

use the correct abuild script

fixes commit e8cfedc2b3 (tests: abuild: test checksum generation)
This commit is contained in:
Natanael Copa 2021-04-28 12:58:20 +02:00
parent a8de7b7f55
commit c9a4ddf3b4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ teardown() {
EOF
echo "foo" > "$tmpdir"/foo/test.txt
cd "$tmpdir"/foo
abuild checksum
$ABUILD checksum
. ./APKBUILD && echo "$sha512sums" > sums
cat sums
sha512sum -c sums