summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/feh.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/feh.t b/test/feh.t
index 67b6f36..69fd5d2 100644
--- a/test/feh.t
+++ b/test/feh.t
@@ -52,7 +52,8 @@ EOF
$cmd = Test::Command->new(cmd => "$feh --version");
$cmd->exit_is_num(0);
-$cmd->stdout_is_eq("${feh_name} version ${feh_version}\n");
+$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");