diff --git a/test_common.in b/test_common.in index 5a3d1c29e..97c4208b1 100644 --- a/test_common.in +++ b/test_common.in @@ -201,7 +201,8 @@ fi # OS/X and windows apparently have no echo -n option, so fake it echon() { - ${execdir}/../ncdump/echon -n $@ + echo -n $@ + #${execdir}/../ncdump/echon -n $@ } # Test for filter availability