mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
extfs: hp48: make it testable.
This commit is contained in:
parent
c91476ac4a
commit
4557ee3c7a
@ -22,7 +22,7 @@
|
|||||||
# Make sure you have kermit installed and that it's using the right serial
|
# Make sure you have kermit installed and that it's using the right serial
|
||||||
# device by changing /dev/ttyXX on the next line
|
# device by changing /dev/ttyXX on the next line
|
||||||
AWK=@AWK@
|
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"`
|
NOW=`date +"%m-%d-%Y %H:%M"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user