summaryrefslogtreecommitdiffstats
path: root/testsuites/tools
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tools')
-rw-r--r--testsuites/tools/ChangeLog4
-rw-r--r--testsuites/tools/generic/difftest.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog
index 136d54953f..0cd7dab623 100644
--- a/testsuites/tools/ChangeLog
+++ b/testsuites/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * generic/difftest.in: Remove more ITRON references.
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
diff --git a/testsuites/tools/generic/difftest.in b/testsuites/tools/generic/difftest.in
index cf25602f0d..c1ff003bb1 100644
--- a/testsuites/tools/generic/difftest.in
+++ b/testsuites/tools/generic/difftest.in
@@ -71,7 +71,7 @@ tests="$args"
if [ ! "$tests" ]
then
cd $logdir
- set -- `ls -1 sp* mp??_? psx* itron* mp*_?_g 2>/dev/null | grep -v info`
+ set -- `ls -1 sp* mp??_? psx* mp*_?_g 2>/dev/null | grep -v info`
cd ..
tests="$*"
fi
@@ -97,8 +97,6 @@ do
tmp_scn_file=sptests/$t.scn;;
psx*)
tmp_scn_file=psxtests/$t.scn;;
- itron*)
- tmp_scn_file=itrontests/$t.scn;;
*)
fatal "unknown test $t";;
esac