Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Mar 14, 2020
1 parent afb4d8a commit 5b63026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder/rpi/test/image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
expect(stdout).to contain('^.*\.img2 .*Linux$')
end

it "partition sda1 starts at sector 2048" do
expect(stdout).to contain('^.*\.img1\ *2048 .*$')
it "partition sda1 starts at sector 3200" do
expect(stdout).to contain('^.*\.img1\ *3200 .*$')
end

it "partition sda1 has a size of 64M" do
expect(stdout).to contain('^.*\.img1.* 64M c.*$')
it "partition sda1 has a size of 100M" do
expect(stdout).to contain('^.*\.img1.* 100M c.*$')
end
end
end

0 comments on commit 5b63026

Please sign in to comment.