Revision 9487
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/test_taxonomic_names/test_scrub | ||
---|---|---|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
selfDirName="$(basename -- "$selfDir")" |
6 | 6 |
|
7 |
unset n |
|
8 |
|
|
7 | 9 |
cd "$selfDir/../.." |
8 | 10 |
|
9 | 11 |
# Import names |
Also available in: Unified diff
bugfix: inputs/test_taxonomic_names/test_scrub: unset $n so it doesn't limit the # rows. it is set to 2 in the default test environment, so must be unset for n-sensitive programs that should be unlimited.