summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1051896.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1051896.t')
-rw-r--r--tests/bugs/bug-1051896.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1051896.t b/tests/bugs/bug-1051896.t
index 75859cbef0c..195602ec3a7 100644
--- a/tests/bugs/bug-1051896.t
+++ b/tests/bugs/bug-1051896.t
@@ -17,7 +17,7 @@ TEST glusterfs --entry-timeout=0 --attribute-timeout=0 --acl -s $H0 --volfile-id
TEST touch $M0/file1;
-gcc -lacl $(dirname $0)/bug-1051896.c -o $(dirname $0)/bug-1051896
+$CC -lacl $(dirname $0)/bug-1051896.c -o $(dirname $0)/bug-1051896
TEST ! $(dirname $0)/bug-1051896 $M0/file1 m 'u::r,u::w,g::r--,o::r--'
rm -f $(dirname $0)/bug-1051896