summaryrefslogtreecommitdiffstats
path: root/143/regr/testcase
blob: 695156faf5a55a1306620390abb2119e03ec20e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

description="# (143) Mysterious lost chown call"
comments="# Fix will be by adding setattr() fop to glusterfs."

source ../../init

start_glusterfs 

gcc -o ctestfun ctestfun.c
./ctestfun $MOUNTDIR/client1/1

if [ $? -ne 0 ];then
    not_ok $description
    comment $comments
else
    ok $description
fi

cleanup_glusterfs