From 6616f5e260685070ed43618e63e96209cb8f9f8d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 12 Mar 2010 17:22:35 +0100 Subject: [PATCH] regress: fix typo in bweb-test --- regress/tests/bweb-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/tests/bweb-test.pl b/regress/tests/bweb-test.pl index d34399f6f1..59d0d20d18 100755 --- a/regress/tests/bweb-test.pl +++ b/regress/tests/bweb-test.pl @@ -686,6 +686,6 @@ if ($part{multidir}) { $sel->body_text_isnt("MyBweb"); if (-f "$tmp/bconsole.conf.$$") { - move("$tmp/bconsole.conf", "$bin/bconsole.conf"); + move("$tmp/bconsole.conf.$$", "$bin/bconsole.conf"); } } -- 2.39.5