From: Eric Bollengier Date: Fri, 12 Mar 2010 16:22:35 +0000 (+0100) Subject: regress: fix typo in bweb-test X-Git-Tag: Release-5.2.1~1598 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6616f5e260685070ed43618e63e96209cb8f9f8d;p=bacula%2Fbacula regress: fix typo in bweb-test --- 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"); } }