From: David Levine Date: Sat, 7 Dec 2013 00:56:11 +0000 (-0600) Subject: Removed bash-isms from inc/test-deb359167. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/189ad43ac285d68198981117315feafd5e95f3f7?hp=4a59ecc985c7d8989e797257b92906aee0444097 Removed bash-isms from inc/test-deb359167. --- diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167 index 8d460dde..e0360e35 100755 --- a/test/inc/test-deb359167 +++ b/test/inc/test-deb359167 @@ -13,8 +13,8 @@ setup_test # valgrind throws a strange error on FreeBSD >= 10; skip the test # for now while we try to track down the underlying cause. -if [ $(uname -s) == 'FreeBSD' ]; then - case $(uname -r) in +if [ `uname -s` = 'FreeBSD' ]; then + case `uname -r` in 1?.*) test_skip 'valgrind fails on FreeBSD >= 10' ;; esac fi