From d58656f90153649b15e2db3d299c080220b6d38b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 17 Mar 2010 17:01:19 -0700 Subject: [PATCH] qa: make pjd test behave when run twice in same dir --- qa/workunits/20_pjd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/20_pjd.sh b/qa/workunits/20_pjd.sh index 25e28bff7c021..6f2ad46913aa8 100755 --- a/qa/workunits/20_pjd.sh +++ b/qa/workunits/20_pjd.sh @@ -1,6 +1,6 @@ #!/bin/bash wget http://ceph.newdream.net/qa/pjd.tgz -tar zxvf pjd* +tar zxvf pjd*.tgz cd pjd* make cd .. -- 2.39.5