summaryrefslogtreecommitdiff
path: root/test/unit/quote.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/quote.exp')
-rw-r--r--test/unit/quote.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/quote.exp b/test/unit/quote.exp
index afe670a2..1764e6b0 100644
--- a/test/unit/quote.exp
+++ b/test/unit/quote.exp
@@ -21,7 +21,6 @@ expect {
}
sync_after_int
-
set cmd {quote "a b"}
set test {quote "a b" should output 'a b'}
send "$cmd\r"
@@ -32,7 +31,6 @@ expect {
}
sync_after_int
-
set cmd {quote " a "}
set test {quote " a " should output ' a '}
send "$cmd\r"
@@ -43,7 +41,6 @@ expect {
}
sync_after_int
-
set cmd {quote "a'b'c"}
set test {quote "a'b'c" should output 'a'\''b'\''c'}
send "$cmd\r"
@@ -54,7 +51,6 @@ expect {
}
sync_after_int
-
set cmd {quote "a'"}
set test {quote "a'" should output 'a'\'''}
send "$cmd\r"