2006-07-16 10:04:26 +00:00
|
|
|
#!/bin/sh
|
2005-01-27 21:05:44 +00:00
|
|
|
|
2008-03-20 10:04:55 +00:00
|
|
|
regfile=`cat ${srcdir}/tests/regfiles/convert`
|
2007-08-11 09:15:35 +00:00
|
|
|
output=`./check_convert`
|
2005-01-27 21:05:44 +00:00
|
|
|
|
|
|
|
test "$regfile" = "$output"
|
|
|
|
exit $?
|