summaryrefslogtreecommitdiffstats
path: root/testsuites/tools/generic/difftest.in
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tools/generic/difftest.in')
-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