From 2b168b033d178ab70d19dcb5b1a5f55f16460f96 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 30 Jun 2011 23:13:35 -0700 Subject: [PATCH] nuke: do not escape fusermount .../mnt.* --- teuthology/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/run.py b/teuthology/run.py index ee9e6fd1d8479..2fa7f2530d753 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -176,7 +176,7 @@ def nuke(): '/tmp/cephtest/binary/usr/local/bin/cmds', '/tmp/cephtest/binary/usr/local/bin/cfuse', run.Raw(';'), - 'fusermount', '-u', '/tmp/cephtest/mnt.*', + 'fusermount', '-u', run.Raw('/tmp/cephtest/mnt.*'), run.Raw(';'), 'rm', '-rf', '/tmp/cephtest' ]) -- 2.39.5