test_sources_list.sh 294 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh

. ../bin/epm-repofix

#__fix_apt_sources_list
perl -pe "$SUBST_ALT_RULE" <test_sources.list >test_sources.list.out

Vitaly Lipatov's avatar
Vitaly Lipatov committed
8 9
echo "Fixes:"
diff -u test_sources.list test_sources.list.out
10 11 12 13

echo "==========="
echo "Diffs:"
diff -u test_sources.list.reference test_sources.list.out && echo DONE