diff options
-rwxr-xr-x | qa/workunits/suites/pjd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh index d82bd35478a..008ff4f8e50 100755 --- a/qa/workunits/suites/pjd.sh +++ b/qa/workunits/suites/pjd.sh @@ -2,7 +2,7 @@ set -e -wget http://ceph.com/qa/pjd.tgz +wget http://ceph.com/qa/pjd-fstest-20090130-RC-open24.tgz tar zxvf pjd*.tgz cd pjd* make @@ -12,5 +12,5 @@ cd tmp # must be root! sudo prove -r -v --exec 'bash -x' ../pjd*/tests cd .. -rm -r tmp pjd* +rm -rf tmp pjd* |