From 6612f4d74792016add6d9067f732bad999d13b80 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 15 May 2013 13:02:23 -0400 Subject: tests: basic/rpm.t leaves /var/tmp/rpm-tests.* directories When the test is terminated early because nothing changed that requires this test, the /var/tmp/rpm-tests.xxxxxx is not removed. BUG: 963333 Change-Id: I98d44ca34f14d62da9d836c41a9015cfb520ff96 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/5015 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/basic/rpm.t | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t index 6ca72e7b..ef4b5abf 100755 --- a/tests/basic/rpm.t +++ b/tests/basic/rpm.t @@ -33,6 +33,7 @@ if [ -z "${CHANGED_FILES}" ] then # only contents of files were changed, no need to retest rpmbuild SKIP_TESTS + rm -rf ${RESULT_DIR} cleanup exit 0 fi -- cgit