summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1058663.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1058663.t')
-rw-r--r--tests/bugs/bug-1058663.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-1058663.t b/tests/bugs/bug-1058663.t
index 168d18ad312..c1e8211dd08 100644
--- a/tests/bugs/bug-1058663.t
+++ b/tests/bugs/bug-1058663.t
@@ -16,9 +16,9 @@ TEST $CLI volume start $V0;
TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0
# compile the test program and run it
-$CC $(dirname $0)/bug-1058663.c -o $(dirname $0)/bug-1058663;
+TEST $CC $(dirname $0)/bug-1058663.c -o $(dirname $0)/bug-1058663;
TEST $(dirname $0)/bug-1058663 $M0/bug-1058663.bin;
-rm -f $(dirname $0)/M0/bug-1058663.bin;
+TEST rm -f $(dirname $0)/M0/bug-1058663.bin;
EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0