]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: runoncfuse shouldn't start cfuse in background any more.
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 20 Jul 2010 22:53:31 +0000 (15:53 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 23 Jul 2010 21:37:48 +0000 (14:37 -0700)
qa/runoncfuse.sh

index 903001e68eca3598fe8c6f5a1bb763ba15ac7198..d6bbc17aef3af36b28287b55261c45cfcb4f165d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash -x
 
 mkdir -p testspace
-cfuse testspace -m $1 &
+cfuse testspace -m $1
 
 ./runallonce.sh testspace
 killall cfuse