We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b632e70 commit 363e743Copy full SHA for 363e743
1 file changed
bin/stashcp2/tests/test_inside_docker.sh
@@ -42,7 +42,7 @@ cp /StashCache/bin/stashcp2/tests/job.ad ./.job.ad
42
43
# Test against a file that is known to not exist
44
set +e
45
-/StashCache/bin/stashcp --cache=$XRD_CACHE /blah/does/not/exist
+/StashCache/bin/stashcp --cache=$XRD_CACHE /blah/does/not/exist ./
46
if [ $? -eq 0 ]; then
47
echo "Failed to exit with non-zero exit status when it should have"
48
exit 1
0 commit comments