* tests/grub_cmd_date.in: Add missing exit 1.
This commit is contained in:
parent
c9d586ea17
commit
5351da81e0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/grub_cmd_date.in: Add missing exit 1.
|
||||
|
||||
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/partmap_test.in: Skip on sparc64.
|
||||
|
|
|
@ -10,3 +10,4 @@ if [ $pdt -le $dtg ] && [ $dtg -le $ndt ]; then
|
|||
exit 0;
|
||||
fi
|
||||
echo "Date not in range: $pdt <= $dtg <= $ndt"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue