diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-16 20:29:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-16 20:29:02 +0100 |
commit | 334499e2d3f7f62cc19a8b97028d556d7d1441b3 (patch) | |
tree | 6d13f68733c375216daea4354f0a39a8bbd05a72 /test | |
parent | b4635cd8e85606dcb02432d76e1f6dd734ef4d48 (diff) |
Remove builtin HTTP client
Diffstat (limited to 'test')
-rw-r--r-- | test/feh.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); |