From: Loic Dachary Date: Sun, 15 Dec 2013 20:34:37 +0000 (+0100) Subject: qa: silence cephtool tests cleanup X-Git-Tag: v0.75~97^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb352484f1dfbd49b7b7780e6df9e71bc1d6352f;p=ceph.git qa: silence cephtool tests cleanup The file removal installed to be triggered when the script stops must not fail if the file does not exist. Signed-off-by: Loic Dachary --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 94f37dd118d6..063b2594d989 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -26,7 +26,7 @@ expect_false() } TMPFILE=/tmp/test_invalid.$$ -trap "rm $TMPFILE" 0 +trap "rm -f $TMPFILE" 0 function check_response() {