* tests/grub_cmd_date.in: Add missing exit 1.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-14 17:19:04 +02:00
parent c9d586ea17
commit 5351da81e0
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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