summaryrefslogtreecommitdiff
path: root/test/lib/completions/dd.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/dd.exp')
-rw-r--r--test/lib/completions/dd.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/completions/dd.exp b/test/lib/completions/dd.exp
index 400dd143..e02e037c 100644
--- a/test/lib/completions/dd.exp
+++ b/test/lib/completions/dd.exp
@@ -1,11 +1,11 @@
proc setup {} {
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup
@@ -24,7 +24,7 @@ expect -ex "$cmd"
expect {
-re "^=$" { pass $test }
-re {^\\=$} { xfail $test }
-}; # expect
+}
sync_after_int