summaryrefslogtreecommitdiffstats
path: root/t/cfg.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cfg.t')
-rw-r--r--t/cfg.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/cfg.t b/t/cfg.t
index 15e2f927..542d8c09 100644
--- a/t/cfg.t
+++ b/t/cfg.t
@@ -34,7 +34,6 @@ update_2 ftp://foo/bar/ {
synthesis
with_hdlist: hdlist.update2.cz
}
-
URPMICFG
close $f;
@@ -73,13 +72,13 @@ is( $cfgtext, $cfgtext2, 'config is the same' )
my $cfgtext2 = read_file("$file.bad");
$cfgtext2 =~ s/# generated.*\n//;
isnt( $cfgtext, $cfgtext2, 'config should differ' )
- or system qw( diff -u ), $file, "$file.bad";
+ or system qw( diff -u ), "$file.verbatim", "$file.bad";
}
{
my $cfgtext2 = read_file("$file.state");
$cfgtext2 =~ s/# generated.*\n//;
is( $cfgtext, $cfgtext2, 'config is the same' )
- or system qw( diff -u ), $file, "$file.state";
+ or system qw( diff -u ), "$file.verbatim", "$file.state";
}