Skip to content

Commit

Permalink
make alignment not burn my eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Oct 2, 2023
1 parent 80edec4 commit 913b7a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ check 'should handle non existing stable channel' $(cat test6.

echo
echo '==== direct'
check 'should select newest version by default' $(cat test4.dat | get_img_url stable) 'chimeraos-2_0000002.img.tar.xz'
check 'should be able to select older versions' $(cat test4.dat | get_img_url 1) 'chimeraos-1_0000001.img.tar.xz'
check 'should be able to select older point versions' $(cat test4.dat | get_img_url 1-1) 'chimeraos-1-1_0000011.img.tar.xz'
check 'should select latest matching asset' $(cat test4a.dat | get_img_url 1) 'chimeraos-1_0000002.img.tar.xz'
check 'should select newest version by default' $(cat test4.dat | get_img_url stable) 'chimeraos-2_0000002.img.tar.xz'
check 'should be able to select older versions' $(cat test4.dat | get_img_url 1) 'chimeraos-1_0000001.img.tar.xz'
check 'should be able to select older point versions' $(cat test4.dat | get_img_url 1-1) 'chimeraos-1-1_0000011.img.tar.xz'
check 'should select latest matching asset' $(cat test4a.dat | get_img_url 1) 'chimeraos-1_0000002.img.tar.xz'

echo
echo '== get_boot_cfg'
Expand Down

0 comments on commit 913b7a8

Please sign in to comment.