diff options
Diffstat (limited to 'tests/performance')
-rwxr-xr-x | tests/performance/open-behind.t | 4 | ||||
-rw-r--r-- | tests/performance/quick-read.t | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/performance/open-behind.t b/tests/performance/open-behind.t index 032154a202d..5a24c83954d 100755 --- a/tests/performance/open-behind.t +++ b/tests/performance/open-behind.t @@ -13,9 +13,9 @@ TEST $CLI volume create $V0 $H0:$B0/${V0}{1,2}; TEST $CLI volume start $V0; ## Mount FUSE -TEST glusterfs -s $H0 --volfile-id $V0 $M0; +TEST $GFS -s $H0 --volfile-id $V0 $M0; -TEST glusterfs -s $H0 --volfile-id $V0 $M1; +TEST $GFS -s $H0 --volfile-id $V0 $M1; D0="hello-this-is-a-test-message0"; F0="test-file0"; diff --git a/tests/performance/quick-read.t b/tests/performance/quick-read.t index 082998e4338..26ec175df0d 100644 --- a/tests/performance/quick-read.t +++ b/tests/performance/quick-read.t @@ -13,9 +13,9 @@ TEST $CLI volume create $V0 $H0:$B0/${V0}{1,2}; TEST $CLI volume start $V0; ## Mount FUSE -TEST glusterfs -s $H0 --volfile-id $V0 $M0; +TEST $GFS -s $H0 --volfile-id $V0 $M0; -TEST glusterfs -s $H0 --volfile-id $V0 $M1; +TEST $GFS -s $H0 --volfile-id $V0 $M1; D0="hello-this-is-a-test-message0"; F0="test-file0"; |