Fixed syntax error introduced in previous commit.
[agg.git] / tests_usr / sanity_f.sh
blob30602dd3422cb86a2d374516d803f91b99718e9f
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 feed_exists() { assert_exists \\feed; }
12 item_exists() { assert_exists \\feed/item; }
14 echo "Running agg on evil feed (feed title)..."
15 agg_run sanity_f.rss
16 t feed_exists
17 t item_exists