summaryrefslogtreecommitdiffstats
path: root/testsuites/tools/generic/difftest.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:33 +0000
commit42b5ba06f8659259acb98a1481cfae208d49ba81 (patch)
treeced502b0309ab7285293793224adc373180e61e9 /testsuites/tools/generic/difftest.in
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-42b5ba06f8659259acb98a1481cfae208d49ba81.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* generic/difftest.in: Remove more ITRON references.
Diffstat (limited to '')
-rw-r--r--testsuites/tools/generic/difftest.in4
1 files changed, 1 insertions, 3 deletions
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