28 lines
645 B
Diff
28 lines
645 B
Diff
From 6abda12a6aea301b037341b4c7c6ff1fe84920f9 Mon Sep 17 00:00:00 2001
|
|
From: chenzhen <chenzhen44@huawei.com>
|
|
Date: Tue, 6 Aug 2019 08:05:04 -0400
|
|
Subject: [PATCH] fix exec test error
|
|
|
|
reason: fix exec test error
|
|
|
|
Signed-off-by: chenzhen <chenzhen44@huawei.com>
|
|
---
|
|
tests/exec.test | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/exec.test b/tests/exec.test
|
|
index cd29171..c718b2f 100644
|
|
--- a/tests/exec.test
|
|
+++ b/tests/exec.test
|
|
@@ -17,7 +17,6 @@
|
|
package require tcltest 2
|
|
namespace import -force ::tcltest::*
|
|
|
|
-package require tcltests
|
|
|
|
# All tests require the "exec" command.
|
|
# Skip them if exec is not defined.
|
|
--
|
|
2.19.1
|
|
|