summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c40544f)
enforce the rule that it these options work even if no X display is
available.
#
# This file is part of DisOrder.
#
# This file is part of DisOrder.
-# Copyright (C) 2006, 2007 Richard Kettlewell
+# Copyright (C) 2006-2008 Richard Kettlewell
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# check everything has working --help
check-help: all
# check everything has working --help
check-help: all
- ./disobedience --version > /dev/null
+ unset DISPLAY;./disobedience --version > /dev/null
+ unset DISPLAY;./disobedience --help > /dev/null