]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/suites/pjd.sh: use correct dir name 22233/head
authorNeha Ojha <nojha@redhat.com>
Fri, 25 May 2018 00:03:01 +0000 (17:03 -0700)
committerNeha Ojha <nojha@redhat.com>
Fri, 25 May 2018 00:03:01 +0000 (17:03 -0700)
Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/workunits/suites/pjd.sh

index 84049420b425aa00dac1346a28305f9ff4e561c9..bd72f77f2c978c69598abcfb997a3397d6960fe6 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 wget http://download.ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
 tar zxvf pjd*.tgz
-cd pjd*
+cd pjd-fstest-20090130-RC
 make clean
 make
 cd ..