Skip to content

Commit

Permalink
Change into copying into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Mar 22, 2019
1 parent 42826e7 commit 7150d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/stashcp2/tests/test_inside_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ fi
rm -f query.test

# Scheme test
/StashCache/stashcp.py --cache=$XRD_CACHE --method=http,xrootd -d stash:///user/dweitzel/public/blast/queries/query1 file://$PWD
/StashCache/stashcp.py --cache=$XRD_CACHE --method=http,xrootd -d stash:///user/dweitzel/public/blast/queries/query1 file:///tmp

result=`md5sum query1 | awk '{print $1;}'`
result=`md5sum /tmp/query1 | awk '{print $1;}'`

if [ "$result" != "12bdb9a96cd5e8ca469b727a81593201" ]; then
exit 1
Expand Down

0 comments on commit 7150d2d

Please sign in to comment.