diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-17 17:21:04 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-17 17:21:04 (GMT) |
commit | e9d08c77cbf705b012846eb837341b526e1a058b (patch) | |
tree | cce2a623fc3ce9aef6659893dfe0f39b36fabb72 /src/tests/compression/test_tng_compress_read.sh | |
parent | ecf039adfd38ba1a95b94f1bdc22f01928cb81c5 (diff) |
Updated number of tests in test suite scripts for tng compress.
Diffstat (limited to 'src/tests/compression/test_tng_compress_read.sh')
-rwxr-xr-x | src/tests/compression/test_tng_compress_read.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/compression/test_tng_compress_read.sh b/src/tests/compression/test_tng_compress_read.sh index 76f9193..2d7a044 100755 --- a/src/tests/compression/test_tng_compress_read.sh +++ b/src/tests/compression/test_tng_compress_read.sh @@ -1,5 +1,5 @@ #!/bin/sh -numtests=57 +numtests=64 for x in $(seq 1 $numtests); do ./test_tng_compress_read$x done
\ No newline at end of file |