mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
05acf45,
checked in by Mei <mei@…>, 12 years ago
|
1) make diff skip that "Restoring file" output line that appears when
yap is in malloc mode
|
-
Property mode set to
100755
|
File size:
322 bytes
|
Rev | Line | |
---|
[ba6027a] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | ./creddy_test_auto 1> auto.tmp 2>& 1 |
---|
| 4 | |
---|
[05acf45] | 5 | result=`diff -I "Restoring file" auto.tmp auto.save 2>/dev/null` |
---|
[ba6027a] | 6 | if [ $? -eq 0 ]; then |
---|
| 7 | if [ "$result" = "" ]; then |
---|
| 8 | echo " PASSED" |
---|
| 9 | else |
---|
| 10 | echo " ERROR:creddy test result differs!!!" |
---|
| 11 | fi |
---|
| 12 | else |
---|
| 13 | echo " ERROR:creddy test result differs!!!" |
---|
| 14 | fi |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.