summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index f8e70d7..aea60a0 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -47,7 +47,7 @@ TESTING() {
# non-zero value.
#
TOOLTEST() {
- if test -n "$RUNPARALLEL"; then
+ if test -z "$RUNPARALLEL"; then
echo $* SKIPPED
else
expect="$srcdir/../testfiles/$1"