tests/drv_suspend: Replace "&> /dev/null" with "> /dev/null 2>&1"
authorOscar Mateo <oscar.mateo@intel.com>
Mon, 11 Nov 2013 15:36:55 +0000 (15:36 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 11 Nov 2013 18:25:37 +0000 (18:25 +0000)
commit4cc506f5eae66b812b7ad6e171524ff1d4f6feb4
tree46c15217d897e93ca04126861b986bfd87fdfc4e
parentb76a411c86512bc13cc501e71e6a212e828ed142
tests/drv_suspend: Replace "&> /dev/null" with "> /dev/null 2>&1"

Some shells do not understand "&>". For instance, my Ubuntu 12.04
machine has /bin/sh pointing to dash, which makes a mess out of
"&>" (to the point that the helper processes cannot be killed).

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/drv_suspend.c