[CRIU] [PATCH 3/6] zdtm: Drop -m argument to readlink.
Christopher Covington
cov at codeaurora.org
Wed Aug 6 15:02:11 PDT 2014
The -m argument to readlink is not supported by Busybox v1.19.4.
Signed-off-by: Christopher Covington <cov at codeaurora.org>
---
test/zdtm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index 55e333a..8d990d8 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -518,7 +518,7 @@ EOF
local cpt_args=
local dump_only=
local dump_cmd="dump"
- ddump=`readlink -fm dump/$tname/$PID/$i`
+ ddump=`readlink -f dump/$tname/$PID/$i`
DUMP_PATH=$ddump
echo Dump $PID
mkdir -p $ddump
--
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by the Linux Foundation.
More information about the CRIU
mailing list