From c9a4ddf3b40a080bc2d43458450db25985a8ab16 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Apr 2021 12:58:20 +0200 Subject: [PATCH] tests: abuild: fix checksum test use the correct abuild script fixes commit e8cfedc2b356 (tests: abuild: test checksum generation) --- tests/abuild.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/abuild.bats b/tests/abuild.bats index 724123f..b552ef0 100644 --- a/tests/abuild.bats +++ b/tests/abuild.bats @@ -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