Fixed syntax error introduced in previous commit.
[agg.git] / tests_usr / item_title_broken.sh
blob4b5b79002e34bd26b216610ae22fcd24cc672016
1 #!/bin/sh
2 # Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
4 # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
5 # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
7 # 0. You just DO WHAT THE FUCK YOU WANT TO.
9 . ./libtests.sh
11 item_missing() { assert_missing feed/item; }
13 echo "Running agg on feed with item title after description..."
14 agg_fail title_after_description.rss
15 t item_missing