From 1ab31198179d67ca55c36464f3a8570fb2db63c0 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Wed, 5 Aug 2020 17:09:20 +0800 Subject: [PATCH] test scripts to check i118 --- test/ztf/script/{command => cmd}/cmd_example.exp | 0 test/ztf/script/{command => cmd}/cmd_example.php | 0 test/ztf/script/{command => cmd}/cmd_i118.exp | 0 test/ztf/script/{command => cmd}/cmd_i118.php | 0 test/ztf/script/{command => cmd}/cmd_list.exp | 0 test/ztf/script/{command => cmd}/cmd_list.php | 0 test/ztf/script/{command => cmd}/cmd_usage.exp | 0 test/ztf/script/{command => cmd}/cmd_usage.php | 0 test/ztf/script/{command => cmd}/cmd_view.exp | 0 test/ztf/script/{command => cmd}/cmd_view.php | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/ztf/script/{command => cmd}/cmd_example.exp (100%) rename test/ztf/script/{command => cmd}/cmd_example.php (100%) rename test/ztf/script/{command => cmd}/cmd_i118.exp (100%) rename test/ztf/script/{command => cmd}/cmd_i118.php (100%) rename test/ztf/script/{command => cmd}/cmd_list.exp (100%) rename test/ztf/script/{command => cmd}/cmd_list.php (100%) rename test/ztf/script/{command => cmd}/cmd_usage.exp (100%) rename test/ztf/script/{command => cmd}/cmd_usage.php (100%) rename test/ztf/script/{command => cmd}/cmd_view.exp (100%) rename test/ztf/script/{command => cmd}/cmd_view.php (100%) diff --git a/test/ztf/script/command/cmd_example.exp b/test/ztf/script/cmd/cmd_example.exp similarity index 100% rename from test/ztf/script/command/cmd_example.exp rename to test/ztf/script/cmd/cmd_example.exp diff --git a/test/ztf/script/command/cmd_example.php b/test/ztf/script/cmd/cmd_example.php similarity index 100% rename from test/ztf/script/command/cmd_example.php rename to test/ztf/script/cmd/cmd_example.php diff --git a/test/ztf/script/command/cmd_i118.exp b/test/ztf/script/cmd/cmd_i118.exp similarity index 100% rename from test/ztf/script/command/cmd_i118.exp rename to test/ztf/script/cmd/cmd_i118.exp diff --git a/test/ztf/script/command/cmd_i118.php b/test/ztf/script/cmd/cmd_i118.php similarity index 100% rename from test/ztf/script/command/cmd_i118.php rename to test/ztf/script/cmd/cmd_i118.php diff --git a/test/ztf/script/command/cmd_list.exp b/test/ztf/script/cmd/cmd_list.exp similarity index 100% rename from test/ztf/script/command/cmd_list.exp rename to test/ztf/script/cmd/cmd_list.exp diff --git a/test/ztf/script/command/cmd_list.php b/test/ztf/script/cmd/cmd_list.php similarity index 100% rename from test/ztf/script/command/cmd_list.php rename to test/ztf/script/cmd/cmd_list.php diff --git a/test/ztf/script/command/cmd_usage.exp b/test/ztf/script/cmd/cmd_usage.exp similarity index 100% rename from test/ztf/script/command/cmd_usage.exp rename to test/ztf/script/cmd/cmd_usage.exp diff --git a/test/ztf/script/command/cmd_usage.php b/test/ztf/script/cmd/cmd_usage.php similarity index 100% rename from test/ztf/script/command/cmd_usage.php rename to test/ztf/script/cmd/cmd_usage.php diff --git a/test/ztf/script/command/cmd_view.exp b/test/ztf/script/cmd/cmd_view.exp similarity index 100% rename from test/ztf/script/command/cmd_view.exp rename to test/ztf/script/cmd/cmd_view.exp diff --git a/test/ztf/script/command/cmd_view.php b/test/ztf/script/cmd/cmd_view.php similarity index 100% rename from test/ztf/script/command/cmd_view.php rename to test/ztf/script/cmd/cmd_view.php -- GitLab