diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-09-23 04:45:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-09-23 04:45:05 (GMT) |
commit | c6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1 (patch) | |
tree | 34c1c2ad5cb55b9cff6fcb1910afa39717be427b /bin/runtest | |
parent | be77a044fe8ef33902d1b49199911291343e8f67 (diff) | |
download | hdf5-c6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1.zip hdf5-c6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1.tar.gz hdf5-c6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1.tar.bz2 |
[svn-r7504] Purpose:
Bug fix
Description:
The op-snapshot checkout "ate" the next option by mistake.
Solution:
Remove the extra shift.
Platforms tested:
Can't really test it without doing a real snapshot test.
Pretty sure it is correct and will watch the result tomorrow.
Misc. update:
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index 20f4a83..2e28a20 100755 --- a/bin/runtest +++ b/bin/runtest @@ -301,7 +301,6 @@ RUNSNAPTEST() # option for snapshot shift SNAPCMD_OPT="$SNAPCMD_OPT $1" - shift ;; setenv) # set environment variable |