Rename the 'testdata' subdirectory to 'test'.

I'm about to start putting programs in it too, so it would be a
misnomer left like that.
This commit is contained in:
Simon Tatham 2019-01-02 17:48:35 +00:00
Родитель ffa8dcc13a
Коммит 4efb23de91
7 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,12 +13,12 @@ text=`{ find . -name CVS -prune -o \
-name '*.dsp' -prune -o \
-name '*.dsw' -prune -o \
-type f -print | sed 's/^\.\///'; } | \
grep -ivE 'testdata/.*\.txt|MODULE|putty.iss|website.url' | grep -vF .ico | grep -vF .icns`
grep -ivE 'test/.*\.txt|MODULE|putty.iss|website.url' | grep -vF .ico | grep -vF .icns`
# These are files which I'm _sure_ should be treated as text, but
# which zip might complain about, so we direct its moans to
# /dev/null! Apparently its heuristics are doubtful of UTF-8 text
# files.
bintext=testdata/*.txt
bintext=test/*.txt
# These are actual binary files which we don't want transforming.
bin=`{ ls -1 windows/*.ico windows/putty.iss windows/website.url; \
find . -name '*.dsp' -print -o -name '*.dsw' -print; }`

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл