Skip to content

Commit

Permalink
tests: change order of args in threads test
Browse files Browse the repository at this point in the history
So that check passes.  Need to fix this though, order of args should
not matter.
  • Loading branch information
Grimler91 committed Dec 15, 2023
1 parent f0dfed4 commit 51cdec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/threads.at
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AT_CHECK([
for i in $(seq 1 100); do
cp ${top_srcdir}/tests/curl-7.83.1-aarch64-original curl-7.83.1-aarch64-original-$i
done
${abs_top_builddir}/termux-elf-cleaner --api-level 24 --jobs 4 --quiet curl-7.83.1-aarch64-original-*
${abs_top_builddir}/termux-elf-cleaner --api-level 24 --quiet --jobs 4 curl-7.83.1-aarch64-original-*
for i in $(seq 1 100); do
cmp --silent curl-7.83.1-aarch64-original-$i ${top_srcdir}/tests/curl-7.83.1-aarch64-api24-cleaned
done
Expand Down

0 comments on commit 51cdec5

Please sign in to comment.