1
1

extfs: hp48: make it testable.

Этот коммит содержится в:
Mooffie 2016-12-13 01:06:46 +02:00 коммит произвёл Yury V. Zaytsev
родитель c91476ac4a
Коммит 4557ee3c7a

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

@ -22,7 +22,7 @@
# Make sure you have kermit installed and that it's using the right serial
# device by changing /dev/ttyXX on the next line
AWK=@AWK@
KERMIT="kermit -l /dev/ttyS1 -b 9600"
KERMIT=${MC_TEST_EXTFS_LIST_CMD:-"kermit -l /dev/ttyS1 -b 9600"}
NOW=`date +"%m-%d-%Y %H:%M"`