* tests/grub_cmd_date.in: Add missing exit 1.
This commit is contained in:
parent
c9d586ea17
commit
5351da81e0
@ -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…
x
Reference in New Issue
Block a user