]> rtime.felk.cvut.cz Git - omk.git/blob - tests/sources_list
Update wvtool
[omk.git] / tests / sources_list
1 #!/bin/bash
2 . ./functions.sh
3
4 touch config.omk-default
5 make sources-list
6 diff -u sources.list.correct sources.txt || error "Generated sources-list differs from the correct one"
7