We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42826e7 commit 7150d2dCopy full SHA for 7150d2d
bin/stashcp2/tests/test_inside_docker.sh
@@ -108,9 +108,9 @@ fi
108
rm -f query.test
109
110
# Scheme test
111
-/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
112
113
-result=`md5sum query1 | awk '{print $1;}'`
+result=`md5sum /tmp/query1 | awk '{print $1;}'`
114
115
if [ "$result" != "12bdb9a96cd5e8ca469b727a81593201" ]; then
116
exit 1
0 commit comments