diff --git a/src/server/testsuite/config/unix.exp b/src/server/testsuite/config/unix.exp
index 9f154b29e14c860b5e0a62acbe7f177df18c7d88..8bab3a23bb3be68ba4f932c32d64e92b8266c233 100644
--- a/src/server/testsuite/config/unix.exp
+++ b/src/server/testsuite/config/unix.exp
@@ -100,7 +100,7 @@ proc l2g_start {} {
 	-re "^Where does the trace want to go today. .stderr.$nl" {
 	    pass "Tracing is activated ($MEMTRACE)"
 	    send "$MEMTRACE\n"
-	    continue -expect
+            exp_continue
 	}
 	-re "^l2g> " {
 	    pass "$test"
@@ -347,12 +347,12 @@ proc lyskomd_start {{aux_item_conf_file ""} \
 	    }
 	    send "$MEMTRACE\n"
 	    set mem_trace 1
-	    continue -expect
+            exp_continue
 	}
 	-re "WARNING: This server was compiled with --with-debug-calls" {
 	    pass "debug calls are enabled"
 	    set debug_calls 1
-	    continue -expect
+            exp_continue
 	}
 	-re "MSG: garb ready. 0 texts deleted.$nl" {pass "$test"}
 	timeout         {fail "$test (timeout)"}
@@ -439,7 +439,7 @@ proc lyskomd_fail_start {{aux_item_conf_file "" }
 	-re "Where does the trace want to go today. .stderr." {
 	    pass "Tracing is activated ($MEMTRACE)"
 	    send "$MEMTRACE\n"
-	    continue -expect
+            exp_continue
 	}
         -re "Search for the core" { pass "$test" }
 	timeout         {fail "$test (timeout)" }
@@ -519,7 +519,7 @@ proc dbck_run {} {
 	-re "^Where does the trace want to go today. .stderr.$nl" {
 	    pass "Tracing is activated ($DBCK_MEMTRACE)"
 	    send "$DBCK_MEMTRACE\n"
-	    continue -expect
+            exp_continue
 	}
 	-re "^MSG: init_cache: using datafile\.$nl" { 
             pass "$test"