summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-07 22:44:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-07 22:44:36 +0200
commit8e962ba255b141109b1241325cf2fc7792d9f499 (patch)
treec85baf99cfb14db68c178430dee60f0c390aaab8 /test
parent6931987a87f9b96071d16d55d9085db53c4bc5ae (diff)
feh.t: Do not check --version output, the compile-time switches are unpredictable.
See <https://bugs.gentoo.org/show_bug.cgi?id=354063>
Diffstat (limited to 'test')
-rw-r--r--test/feh.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/feh.t b/test/feh.t
index 5713de4..b19d1c9 100644
--- a/test/feh.t
+++ b/test/feh.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
use 5.010;
-use Test::Command tests => 60;
+use Test::Command tests => 59;
$ENV{HOME} = 'test';
@@ -42,8 +42,6 @@ my $re_list_action = qr{test/ok/... 16x16 \(${feh_name}\)};
my $cmd = Test::Command->new(cmd => "$feh --version");
$cmd->exit_is_num(0);
-$cmd->stdout_is_eq("${feh_name} version ${feh_version}\n"
- . "Compile-time switches: curl xinerama \n");
$cmd->stderr_is_eq('');
$cmd = Test::Command->new(cmd => "$feh --loadable $images");