[CRIU] [PATCH 1/4] zdtm: Remove unused ARGS variable
Pavel Emelyanov
xemul at parallels.com
Tue Jul 1 07:29:17 PDT 2014
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
test/zdtm.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index 4532255..eb35403 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -203,8 +203,6 @@ SCRIPTDIR=`dirname $CRIU`/test
POSTDUMP="--action-script $SCRIPTDIR/post-dump.sh"
VERBOSE=0
-ARGS=""
-
PID=""
PIDNS=""
@@ -548,7 +546,7 @@ EOF
save_fds $PID $ddump/dump.fd
save_maps $PID $ddump/dump.maps
setsid $CRIU_CPT $dump_cmd $opts --file-locks --tcp-established $linkremap \
- -x --evasive-devices -D $ddump -o dump.log -v4 -t $PID $args $ARGS $snapopt $postdump
+ -x --evasive-devices -D $ddump -o dump.log -v4 -t $PID $args $snapopt $postdump
retcode=$?
#
--
1.8.4.2
More information about the CRIU
mailing list