extfs: uarc: make it testable.

This commit is contained in:
Mooffie 2016-12-12 14:28:35 +02:00 committed by Yury V. Zaytsev
parent 61eb5cca37
commit 22846550d3

View File

@ -8,7 +8,7 @@
#
# Define which archiver you are using with appropriate options
ARC_LIST="arc v"
ARC_LIST=${MC_TEST_EXTFS_LIST_CMD:-"arc v"}
ARC_GET="arc x"
ARC_PUT="arc a"
ARC_DEL="arc d"