This file is indexed.

/usr/share/pyshared/dicom/test/all.bat is in python-dicom 0.9.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
echo OFF
echo all.bat
echo run pydicom test suite on all supported python versions
echo ------- python 2.4 ------------
c:\python24\python run_tests.py
echo ------- python 2.5 ------------
c:\python25\python run_tests.py
echo ------- python 2.6 ------------
c:\python26\python run_tests.py

REM Check location for each version -- to make sure are not running old pydicom versions
echo -
echo -----------------
echo Check locations, make sure not pointing to old pydicom code:
echo Python 2.4
c:\python24\python -c "import dicom; print dicom.__file__"
echo Python 2.5
c:\python25\python -c "import dicom; print dicom.__file__"
echo Python 2.6
c:\python26\python -c "import dicom; print dicom.__file__"