File: compare-output.sh

package info (click to toggle)
theme-d 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,240 kB
  • sloc: lisp: 9,688; sh: 5,345; makefile: 716; ansic: 477
file content (7 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh

cd output

for fl in *.out ; do
    cmp $fl ../../theme-d-code/tests/$fl
done