summaryrefslogtreecommitdiffstats
path: root/tests/performance/open-behind.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance/open-behind.t')
-rwxr-xr-xtests/performance/open-behind.t4
1 files changed, 2 insertions, 2 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";