Skip to content

Commit

Permalink
tests: fix typo: snapd vs snap
Browse files Browse the repository at this point in the history
The error message talks about snapd snap.

Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga committed Jan 7, 2025
1 parent f439a38 commit 4a77065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ build_snapd_snap() {
*-arm-*)
;;
*)
echo "ERROR: system $SPREAD_SYSTEM should use a prebuilt snapd snapd"
echo "ERROR: system $SPREAD_SYSTEM should use a prebuilt snapd snap"
echo "see HACKING.md and use tests/build-test-snapd-snap to build one locally"
exit 1
;;
Expand Down

0 comments on commit 4a77065

Please sign in to comment.