Skip to content

Commit 363e743

Browse files
committed
Fixing tests
1 parent b632e70 commit 363e743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stashcp2/tests/test_inside_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cp /StashCache/bin/stashcp2/tests/job.ad ./.job.ad
4242

4343
# Test against a file that is known to not exist
4444
set +e
45-
/StashCache/bin/stashcp --cache=$XRD_CACHE /blah/does/not/exist
45+
/StashCache/bin/stashcp --cache=$XRD_CACHE /blah/does/not/exist ./
4646
if [ $? -eq 0 ]; then
4747
echo "Failed to exit with non-zero exit status when it should have"
4848
exit 1

0 commit comments

Comments
 (0)