Introduction
Introduction Statistics Contact Development Disclaimer Help
testcat.sh - sfeed_tests - sfeed tests and RSS and Atom files
git clone git://git.codemadness.org/sfeed_tests
Log
Files
Refs
README
LICENSE
---
testcat.sh (337B)
---
1 #!/bin/sh
2 # test concatenating feed data of feeds (of different types) and process…
3 # each feed individually. The resulting sfeed(5) data should be identica…
4
5 d="input/sfeed/realworld"
6
7 cat "$d"/* | sfeed | sha256sum
8
9 for f in "$d"/*; do sfeed < "$f"; done | sha256sum
10
11 echo ""
12 echo "Check if the above checksums should be the same."
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.