mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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
|
||||
# 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"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user