Commit 9626e106 9626e1064dc82d27d8b3ec8aa16a653a73047d02 by Sergey Poznyakoff

(mu_test): Upvar expect_out

1 parent cd7dcfb6
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C) 2002, Free Software Foundation
# Copyright (C) 2002, 2005, Free Software Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -519,6 +519,7 @@ proc mu_test { args } {
global verbose
global suppress_flag
upvar timeout timeout
upvar expect_out expect_out
set command [lindex $args 0]
set pattern [lindex $args 1]
......