From 7bba8447c4265823eea50aee4ffeee2b98971703 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 20 Jul 2010 15:53:31 -0700 Subject: [PATCH] qa: runoncfuse shouldn't start cfuse in background any more. --- qa/runoncfuse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/runoncfuse.sh b/qa/runoncfuse.sh index 903001e68eca3..d6bbc17aef3af 100755 --- a/qa/runoncfuse.sh +++ b/qa/runoncfuse.sh @@ -1,7 +1,7 @@ #!/bin/bash -x mkdir -p testspace -cfuse testspace -m $1 & +cfuse testspace -m $1 ./runallonce.sh testspace killall cfuse -- 2.39.5